summaryrefslogtreecommitdiff
path: root/src/thread/__timedwait.c
AgeCommit message (Expand)AuthorLines
2017-07-04unify the use of FUTEX_PRIVATEJens Gustedt-1/+1
2015-03-02factor cancellation cleanup push/pop out of futex __timedwait functionRich Felker-9/+13
2015-02-27fix failure of internal futex __timedwait to report ECANCELEDRich Felker-1/+1
2014-09-06use weak symbols for the POSIX functions that will be used by C threadsJens Gustedt-3/+6
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-15/+9
2011-08-07simplify unified timed wait code, drop support for newer methodRich Felker-31/+28
2011-08-03timedwait: play it safe for nowRich Felker-1/+1
2011-08-02correctly handle old kernels without FUTEX_WAIT_BITSETRich Felker-1/+1
2011-08-02unify and overhaul timed futex waitsRich Felker-14/+39
2011-04-17overhaul pthread cancellationRich Felker-1/+1
2011-04-06consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefixRich Felker-1/+1
2011-04-06major semaphore improvements (performance and correctness)Rich Felker-1/+1
2011-03-19if returning errno value directly from a syscall, we need to negate it.Rich Felker-1/+1
2011-03-19syscall overhaul part two - unify public and internal syscall interfaceRich Felker-2/+1
2011-03-16don't expose EAGAIN, etc. from timed futex wait to callerRich Felker-1/+4
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+21