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
/
pthread_cond_timedwait.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix regression in pthread_cond_wait with cancellation disabled
Rich Felker
2015-03-07
1
-0
/
+1
*
make all objects used with atomic operations volatile
Rich Felker
2015-03-03
1
-4
/
+6
*
factor cancellation cleanup push/pop out of futex __timedwait function
Rich Felker
2015-03-02
1
-5
/
+1
*
fix breakage in pthread_cond_wait due to typo
Rich Felker
2015-02-23
1
-1
/
+1
*
simplify cond var code now that cleanup handler is not needed
Rich Felker
2015-02-22
1
-86
/
+63
*
fix pthread_cond_wait cancellation race
Rich Felker
2015-02-22
1
-5
/
+38
*
use weak symbols for the POSIX functions that will be used by C threads
Jens Gustedt
2014-09-06
1
-3
/
+9
*
fix fallback checks for kernels without private futex support
Rich Felker
2014-08-22
1
-1
/
+1
*
further simplify and optimize new cond var
Rich Felker
2014-08-18
1
-29
/
+21
*
simplify and improve new cond var implementation
Rich Felker
2014-08-18
1
-40
/
+22
*
redesign cond var implementation to fix multiple issues
Rich Felker
2014-08-17
1
-44
/
+192
*
make futex operations use private-futex mode when possible
Rich Felker
2014-08-15
1
-2
/
+3
*
replace all remaining internal uses of pthread_self with __pthread_self
Rich Felker
2014-06-10
1
-1
/
+1
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
1
-1
/
+1
*
synchronize cond var destruction with exiting waits
Rich Felker
2011-10-02
1
-0
/
+4
*
fix crash in pthread_cond_wait mutex-locked check
Rich Felker
2011-09-27
1
-1
/
+1
*
improve/debloat mutex unlock error checking in pthread_cond_wait
Rich Felker
2011-09-27
1
-3
/
+3
*
check mutex owner in pthread_cond_wait
Rich Felker
2011-09-27
1
-0
/
+3
*
another cond var fix: requeue count race condition
Rich Felker
2011-09-26
1
-9
/
+11
*
fix lost signals in cond vars
Rich Felker
2011-09-26
1
-12
/
+10
*
redo cond vars again, use sequence numbers
Rich Felker
2011-09-26
1
-16
/
+28
*
new futex-requeue-based pthread_cond_broadcast implementation
Rich Felker
2011-09-25
1
-2
/
+19
*
fix ABA race in cond vars, improve them overall
Rich Felker
2011-09-23
1
-5
/
+8
*
fix deadlock in condition wait whenever there are multiple waiters
Rich Felker
2011-09-22
1
-3
/
+13
*
unify and overhaul timed futex waits
Rich Felker
2011-08-02
1
-3
/
+4
*
overhaul pthread cancellation
Rich Felker
2011-04-17
1
-7
/
+4
*
major semaphore improvements (performance and correctness)
Rich Felker
2011-04-06
1
-1
/
+2
*
overhaul cancellation to fix resource leaks and dangerous behavior with signals
Rich Felker
2011-03-24
1
-4
/
+6
*
use the selected clock from the condattr for pthread_cond_timedwait
Rich Felker
2011-03-07
1
-1
/
+1
*
reorganize pthread data structures and move the definitions to alltypes.h
Rich Felker
2011-02-17
1
-2
/
+2
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
1
-0
/
+26