ovs-thread: New module, initially just with pthreads wrapper functions.
authorBen Pfaff <blp@nicira.com>
Mon, 24 Jun 2013 18:05:10 +0000 (11:05 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 25 Jun 2013 21:05:01 +0000 (14:05 -0700)
commitec68790f6d522aae2a3d5d97f1974915a76e23cf
tree204939acd595431fa2d6ab9c8bd9df9907f52515
parent1c3e353dbd10241ced4a04a5da655364704388ba
ovs-thread: New module, initially just with pthreads wrapper functions.

The only tricky part here is that I'm throwing in annotations to allow
"sparse" to report unbalanced locking.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
include/sparse/automake.mk
include/sparse/pthread.h [new file with mode: 0644]
lib/automake.mk
lib/compiler.h
lib/ovs-thread.c [new file with mode: 0644]
lib/ovs-thread.h [new file with mode: 0644]