about summary refs log tree commit diff
path: root/src/thread/pthread_cond_timedwait.c
Commit message (Expand)AuthorAgeFilesLines
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* synchronize cond var destruction with exiting waitsRich Felker2011-10-021-0/+4
* fix crash in pthread_cond_wait mutex-locked checkRich Felker2011-09-271-1/+1
* improve/debloat mutex unlock error checking in pthread_cond_waitRich Felker2011-09-271-3/+3
* check mutex owner in pthread_cond_waitRich Felker2011-09-271-0/+3
* another cond var fix: requeue count race conditionRich Felker2011-09-261-9/+11
* fix lost signals in cond varsRich Felker2011-09-261-12/+10
* redo cond vars again, use sequence numbersRich Felker2011-09-261-16/+28
* new futex-requeue-based pthread_cond_broadcast implementationRich Felker2011-09-251-2/+19
* fix ABA race in cond vars, improve them overallRich Felker2011-09-231-5/+8
* fix deadlock in condition wait whenever there are multiple waitersRich Felker2011-09-221-3/+13
* unify and overhaul timed futex waitsRich Felker2011-08-021-3/+4
* overhaul pthread cancellationRich Felker2011-04-171-7/+4
* major semaphore improvements (performance and correctness)Rich Felker2011-04-061-1/+2
* overhaul cancellation to fix resource leaks and dangerous behavior with signalsRich Felker2011-03-241-4/+6
* use the selected clock from the condattr for pthread_cond_timedwaitRich Felker2011-03-071-1/+1
* reorganize pthread data structures and move the definitions to alltypes.hRich Felker2011-02-171-2/+2
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+26