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