summaryrefslogtreecommitdiff
path: root/include/openvswitch/thread.h
Commit message (Expand)AuthorAgeFilesLines
* ovs-thread: Avoid huge alignment on a base spinlock structure.Ilya Maximets2019-12-191-1/+1
* ovs-thread: Make struct spin lock cache aligned.William Tu2019-08-281-1/+1
* ovs-thread: Add pthread spin lock support.William Tu2019-07-191-0/+22
* ovs-thread: Add thread safety annotation to cond_wait.Ilya Maximets2018-12-101-1/+2
* Add 'extern "C"' for all relevant public header files, plus a build check.Ben Pfaff2017-07-311-0/+8
* thread: Keep openvswitch/thread.h #includes more contained within include/.Ben Pfaff2016-02-261-1/+1
* lib: Expose ovs_mutex and ovsthread_once in <openvswitch/thread.h>Thomas Graf2014-12-151-0/+137