summaryrefslogtreecommitdiff
path: root/lib/seq.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Get rid of // comments, even inside comments.Ben Pfaff2019-01-251-1/+1
* seq: Correct example in comment.Ben Pfaff2019-01-221-3/+3
* dpif-netdev: Remove PMD latency on seq_mutexFlavio Leitner2016-07-081-0/+5
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-3/+3
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-1/+1
* lib: Expose SOURCE_LOCATOR as OVS_SOURCE_LOACATORThomas Graf2014-12-151-1/+1
* lib/seq: Document acquire-release semantics.Jarno Rajahalme2014-08-291-1/+5
* seq: Attribute wakeups to seq_wait()'s caller, not to seq_wait() itself.Ben Pfaff2014-05-221-2/+5
* seq: Add some comments.Ben Pfaff2013-08-121-1/+39
* seq: New module for race-free, pollable, thread-safe sequence number.Ben Pfaff2013-08-101-0/+89