ovs-thread: Make caller provide thread name when creating a thread.
[sliver-openvswitch.git] / lib / ovs-thread.h
2014-04-28 Ben Pfaffovs-thread: Make caller provide thread name when creati...
2014-03-19 Ben Pfaffovs-thread: Replace ovsthread_counter by more general...
2014-03-18 Ben Pfaffovs-rcu: New library.
2014-03-13 Gurucharan Shettyovs-thread: We don't use fork in Windows.
2014-03-04 Joe Stringerovs-thread: Add xpthread_barrier_*() wrappers.
2014-02-22 Ben Pfaffovs-thread: Use fair (but nonrecursive) rwlocks on...
2014-02-21 Ben Pfaffovs-thread: Get rid of obsolete sparse wrappers.
2014-02-13 Jarno Rajahalmeovs-thread: Add support for pthread adaptive mutex
2014-02-07 Ben Pfaffovs-thread: Add a comment.
2014-01-14 Ben Pfaffovs-thread: Add new support for thread-specific data.
2014-01-09 Ben Pfaffdpif-netdev: Use new "ovsthread_counter" to track dp...
2013-12-13 Ben Pfaffovs-thread: Fix crash by making count_cpu_count() retur...
2013-12-13 Gurucharan Shettyovs-thread: Break recursion for coverage counters.
2013-12-10 Joe Stringerlib: Refactor gathering CPU core count
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-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-07-31 Alex Wangovs-atomic-pthreads: Fix "has incomplete type" error.
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 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...