summaryrefslogtreecommitdiff
path: root/src/thread/__wait.c
AgeCommit message (Expand)AuthorLines
2015-02-09use the internal macro name FUTEX_PRIVATE in __waitSzabolcs Nagy-1/+1
2014-08-25refrain from spinning on locks when there is already a waiterRich Felker-1/+1
2014-08-25sanitize number of spins in userspace before futex waitRich Felker-1/+1
2014-08-22fix fallback checks for kernels without private futex supportRich Felker-1/+1
2014-08-15make futex operations use private-futex mode when possibleRich Felker-3/+5
2014-01-06eliminate explicit (long) casts when making syscallsRich Felker-1/+1
2011-05-06reduce some ridiculously large spin countsRich Felker-1/+1
2011-04-06consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefixRich Felker-1/+1
2011-03-19syscall overhaul part two - unify public and internal syscall interfaceRich Felker-2/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+16