about summary refs log tree commit diff
path: root/src/thread/__timedwait.c
Commit message (Expand)AuthorAgeFilesLines
* futex wait operations: add time64 syscall support, decouple 32-bit time_tRich Felker2019-07-281-2/+22
* add __timedwait backend workaround for old kernels where futex EINTRsRich Felker2018-12-181-0/+8
* overhaul internally-public declarations using wrapper headersRich Felker2018-09-121-3/+0
* unify the use of FUTEX_PRIVATEJens Gustedt2017-07-041-1/+1
* factor cancellation cleanup push/pop out of futex __timedwait functionRich Felker2015-03-021-9/+13
* fix failure of internal futex __timedwait to report ECANCELEDRich Felker2015-02-271-1/+1
* use weak symbols for the POSIX functions that will be used by C threadsJens Gustedt2014-09-061-3/+6
* fix fallback checks for kernels without private futex supportRich Felker2014-08-221-1/+1
* make futex operations use private-futex mode when possibleRich Felker2014-08-151-15/+9
* simplify unified timed wait code, drop support for newer methodRich Felker2011-08-071-31/+28
* timedwait: play it safe for nowRich Felker2011-08-031-1/+1
* correctly handle old kernels without FUTEX_WAIT_BITSETRich Felker2011-08-021-1/+1
* unify and overhaul timed futex waitsRich Felker2011-08-021-14/+39
* overhaul pthread cancellationRich Felker2011-04-171-1/+1
* consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefixRich Felker2011-04-061-1/+1
* major semaphore improvements (performance and correctness)Rich Felker2011-04-061-1/+1
* if returning errno value directly from a syscall, we need to negate it.Rich Felker2011-03-191-1/+1
* syscall overhaul part two - unify public and internal syscall interfaceRich Felker2011-03-191-2/+1
* don't expose EAGAIN, etc. from timed futex wait to callerRich Felker2011-03-161-1/+4
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+21