aboutsummaryrefslogtreecommitdiff
path: root/lib/ovs-atomic-pthreads.h
AgeCommit message (Expand)Author
2014-07-07lib/ovs-atomic: Add atomic compare_exchange.Jarno Rajahalme
2014-03-13ovs-atomic: Delete atomic, atomic_flag, ovs_refcount destroy functions.Ben Pfaff
2014-03-13ovs-atomic-types: Move into ovs-atomic.h.Ben Pfaff
2014-03-13ovs-atomic-pthreads: Use global shared locks for atomic_flag also.Ben Pfaff
2014-03-13ovs-atomic: Use raw types, not structs, when locks are required.Ben Pfaff
2014-03-13ovs-atomic: Factor type declarations out of most implementations.Ben Pfaff
2014-01-08ovs-atomic: Add atomic_destroy() and use everywhere it is needed.Ben Pfaff
2014-01-08ovs-atomic: New functions atomic_flag_init(), atomic_flag_destroy().Ben Pfaff
2013-07-31ovs-atomic-pthreads: Fix "has incomplete type" error.Alex Wang
2013-07-30clang: Add annotations for thread safety check.Ethan Jackson
2013-06-28ovs-atomic: New library for atomic operations.Ben Pfaff