fixed coding style
[sliver-openvswitch.git] / lib / ovs-thread.h
2013-08-24 Giuseppe LettieriMerge branch 'mainstream'
2013-08-20 Ben Pfaffovs-atomic: atomic_load() must take a non-const argument.
2013-08-20 Ben PfaffUse "error-checking" mutexes in place of other kinds...
2013-08-15 Giuseppe LettieriMerge branch 'mainstream'
2013-08-15 Giuseppe LettieriMerge commit '259e0b1ad1bfea762a76f0098deb8f8d8db1dfa3'
2013-08-13 Ben Pfaffovs-thread: Use mutex instead of its address in thread...
2013-08-13 Ben Pfaffsparse: Remove support for thread-safety annotations.
2013-08-08 Ben Pfaffovs-thread: Remove superfluous semicolons in macro...
2013-08-08 Ethan Jacksonovs-thread: New function xpthread_join().
2013-08-08 Ben Pfaffovs-thread: New function ovsthread_id_self().
2013-08-08 Ben Pfaffovs-thread: Add support for globally visible per-thread...
2013-08-08 Ben Pfaffovs-thread: New function xpthread_setspecific().
2013-08-08 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
2013-07-31 Alex Wangovs-atomic-pthreads: Fix "has incomplete type" error.
2013-07-31 Giuseppe LettieriMerge remote-tracking branch 'ovs-dev/master'
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-07-06 Giuseppe LettieriMerge commit '10a89ef04df5669c5cdd02f786150a7ab8454e01'
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: Add per-thread data support.
2013-06-25 Ben Pfaffovs-thread: New module, initially just with pthreads...