about summary refs log tree commit diff
path: root/src/thread/pthread_cond_broadcast.c
Commit message (Expand)AuthorAgeFilesLines
* overhaul internally-public declarations using wrapper headersRich Felker2018-09-121-2/+0
* redesign cond var implementation to fix multiple issuesRich Felker2014-08-171-35/+4
* make futex operations use private-futex mode when possibleRich Felker2014-08-151-3/+7
* replace all remaining internal uses of pthread_self with __pthread_selfRich Felker2014-06-101-1/+1
* another cond var fix: requeue count race conditionRich Felker2011-09-261-6/+2
* fix lost signals in cond varsRich Felker2011-09-261-2/+6
* redo cond vars again, use sequence numbersRich Felker2011-09-261-27/+18
* revert previous change in cond var waiter moveRich Felker2011-09-251-2/+6
* optimize cond waiter move using atomic swap instead of cas loopRich Felker2011-09-251-6/+2
* fix logic for when wakeup is not desired on cond bcastRich Felker2011-09-251-3/+4
* new futex-requeue-based pthread_cond_broadcast implementationRich Felker2011-09-251-1/+40
* fix ABA race in cond vars, improve them overallRich Felker2011-09-231-3/+2
* fix deadlock in condition wait whenever there are multiple waitersRich Felker2011-09-221-1/+2
* condition variable signal/bcast need not wake unless there are waitersRich Felker2011-08-071-2/+2
* 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/+8