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
/
sem_timedwait.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
make sem_wait and sem_timedwait interruptible by signals
Rich Felker
2018-12-19
1
-1
/
+1
*
make all objects used with atomic operations volatile
Rich Felker
2015-03-03
1
-1
/
+1
*
factor cancellation cleanup push/pop out of futex __timedwait function
Rich Felker
2015-03-02
1
-2
/
+3
*
suppress EINTR in sem_wait and sem_timedwait
Rich Felker
2015-01-15
1
-1
/
+1
*
make non-waiting paths of sem_[timed]wait and pthread_join cancelable
Rich Felker
2014-09-05
1
-0
/
+2
*
refrain from spinning on locks when there is already a waiter
Rich Felker
2014-08-25
1
-1
/
+1
*
spin in sem_[timed]wait before performing futex wait
Rich Felker
2014-08-25
1
-0
/
+5
*
make futex operations use private-futex mode when possible
Rich Felker
2014-08-15
1
-1
/
+1
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
1
-1
/
+1
*
fix sem_timedwait bug introduced in timedwait unification
Rich Felker
2011-08-02
1
-0
/
+1
*
unify and overhaul timed futex waits
Rich Felker
2011-08-02
1
-7
/
+1
*
overhaul posix semaphores to fix destructability race
Rich Felker
2011-08-02
1
-23
/
+13
*
overhaul pthread cancellation
Rich Felker
2011-04-17
1
-4
/
+1
*
major semaphore improvements (performance and correctness)
Rich Felker
2011-04-06
1
-15
/
+30
*
overhaul cancellation to fix resource leaks and dangerous behavior with signals
Rich Felker
2011-03-24
1
-1
/
+4
*
fix some semaphore wait semantics (race condition deadlock and error checking)
Rich Felker
2011-03-10
1
-0
/
+5
*
fix off-by-one error in sem_(timed)wait (using old sem value instead of new)
Rich Felker
2011-03-07
1
-1
/
+1
*
implement POSIX semaphores
Rich Felker
2011-03-04
1
-0
/
+18