summaryrefslogtreecommitdiff
path: root/lib/fat-rwlock.c
Commit message (Expand)AuthorAgeFilesLines
* list: use short version of safe loops if possible.Adrian Moreno2022-03-301-2/+2
* Fix some -Wimplicit-fallthrough warnings building with GCC 7Timothy Redaelli2017-07-111-0/+1
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-4/+4
* list: Remove lib/list.h completely.Ben Warren2016-03-301-1/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-1/+1
* fat-rwlock: fat_rwlock_tryrdlock() should never blockDaniele Di Proietto2014-08-181-1/+32
* util: New functions for allocating memory while avoiding false sharing.Ben Pfaff2014-03-181-27/+2
* util: Move CACHE_LINE_SIZE here.Ben Pfaff2014-03-131-5/+0
* fat-rwlock: Don't forget to destroy a mutexYAMAMOTO Takashi2014-01-151-0/+1
* fat-rwlock: New big but fast synchronization primitive.Ben Pfaff2014-01-141-0/+275