index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread
/
__timedwait.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
unify the use of FUTEX_PRIVATE
Jens Gustedt
2017-07-04
1
-1
/
+1
*
factor cancellation cleanup push/pop out of futex __timedwait function
Rich Felker
2015-03-02
1
-9
/
+13
*
fix failure of internal futex __timedwait to report ECANCELED
Rich Felker
2015-02-27
1
-1
/
+1
*
use weak symbols for the POSIX functions that will be used by C threads
Jens Gustedt
2014-09-06
1
-3
/
+6
*
fix fallback checks for kernels without private futex support
Rich Felker
2014-08-22
1
-1
/
+1
*
make futex operations use private-futex mode when possible
Rich Felker
2014-08-15
1
-15
/
+9
*
simplify unified timed wait code, drop support for newer method
Rich Felker
2011-08-07
1
-31
/
+28
*
timedwait: play it safe for now
Rich Felker
2011-08-03
1
-1
/
+1
*
correctly handle old kernels without FUTEX_WAIT_BITSET
Rich Felker
2011-08-02
1
-1
/
+1
*
unify and overhaul timed futex waits
Rich Felker
2011-08-02
1
-14
/
+39
*
overhaul pthread cancellation
Rich Felker
2011-04-17
1
-1
/
+1
*
consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix
Rich Felker
2011-04-06
1
-1
/
+1
*
major semaphore improvements (performance and correctness)
Rich Felker
2011-04-06
1
-1
/
+1
*
if returning errno value directly from a syscall, we need to negate it.
Rich Felker
2011-03-19
1
-1
/
+1
*
syscall overhaul part two - unify public and internal syscall interface
Rich Felker
2011-03-19
1
-2
/
+1
*
don't expose EAGAIN, etc. from timed futex wait to caller
Rich Felker
2011-03-16
1
-1
/
+4
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
1
-0
/
+21