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