ovs-thread: Quiesce in xpthread_barrier_wait().
[sliver-openvswitch.git] / lib / ovs-thread.c
2014-04-28 Ben Pfaffovs-thread: Quiesce in xpthread_barrier_wait().
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-12 Gurucharan Shettyovs-thread: count the number of cpu cores.
2014-03-04 Joe Stringerovs-thread: Add xpthread_barrier_*() wrappers.
2014-02-22 Ben Pfaffovs-thread: Use fair (but nonrecursive) rwlocks on...
2014-02-13 Jarno Rajahalmeovs-thread: Add support for pthread adaptive mutex
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-11 Joe Stringerovs-thread: Reduce logging level for cpuinfo parsing
2013-12-10 Joe Stringerlib: Determine cpu core count with /proc/cpuinfo.
2013-12-10 Joe Stringerlib: Refactor gathering CPU core count
2013-08-22 Ben Pfaffovs-thread: Mark lock and unlock functions as no_thread...
2013-08-20 Ben PfaffUse "error-checking" mutexes in place of other kinds...
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: 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 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...