summaryrefslogtreecommitdiffstats
path: root/lib/seqlock.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: fix some issues found with -Werror=undefRuben Kerkhof2020-03-101-2/+2
* *: Return bool type for bool functionsDonatas Abraitis2020-03-041-1/+1
* lib/seqlock: add a few more commentsDavid Lamparter2019-07-311-5/+25
* lib/seqlock: add timed-wait operationDavid Lamparter2019-07-311-3/+105
* lib/seqlock: avoid syscalls in no-waiter casesDavid Lamparter2019-07-311-17/+39
* lib: add "seqlock" wait/broadcast primitiveDavid Lamparter2019-04-181-0/+167