clang: Add annotations for thread safety check.
[sliver-openvswitch.git] / lib / ovs-thread.c
2013-07-31 Ethan Jacksonclang: Add annotations for thread safety check.
2013-07-29 Ben PfaffAvoid C preprocessor trick where macro has the same...
2013-07-25 Ben Pfaffovs-thread: Add wrappers for "destroy" functions too.
2013-07-23 Ben Pfafffatal-signal: Make thread-safe.
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-06-28 Ben Pfaffovs-thread: Add support for various thread-related...
2013-06-28 Ben Pfaffovs-thread: Add support for convenient once-only initia...
2013-06-25 Ben Pfaffovs-thread: New module, initially just with pthreads...