summaryrefslogtreecommitdiff
path: root/lib/seq.c
Commit message (Expand)AuthorAgeFilesLines
* hmap: use short version of safe loops if possible.Adrian Moreno2022-03-301-2/+2
* list: use short version of safe loops if possible.Adrian Moreno2022-03-301-2/+2
* seq: Avoid some "possible leak" warnings from valgrind.Ben Pfaff2018-03-311-1/+1
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* dpif-netdev: Remove PMD latency on seq_mutexFlavio Leitner2016-07-081-4/+45
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-3/+3
* list: Remove lib/list.h completely.Ben Warren2016-03-301-1/+1
* seq: Add a coverage counter for seq_change.Jarno Rajahalme2015-12-081-0/+8
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-3/+3
* seq: Attribute wakeups to seq_wait()'s caller, not to seq_wait() itself.Ben Pfaff2014-05-221-8/+12
* Use "error-checking" mutexes in place of other kinds wherever possible.Ben Pfaff2013-08-201-1/+1
* seq: Initialize 'ovsthread_id' member of waiters in seq_wait__().Ben Pfaff2013-08-161-0/+1
* seq: Add some comments.Ben Pfaff2013-08-121-2/+10
* seq: New module for race-free, pollable, thread-safe sequence number.Ben Pfaff2013-08-101-0/+266