about summary refs log tree commit diff
path: root/src/thread/pthread_barrier_wait.c
Commit message (Expand)AuthorAgeFilesLines
* fix extremely rare but dangerous race condition in robust mutexesRich Felker2012-08-171-19/+4
* fix excessive/insufficient wakes in __vm_unlockRich Felker2011-09-281-3/+3
* improve pshared barriersRich Felker2011-09-281-11/+13
* next step making barrier self-sync'd destruction safeRich Felker2011-09-281-4/+12
* correctly handle the degenerate barrier in the pshared caseRich Felker2011-09-271-1/+1
* fix pshared barrier wrong return value.Rich Felker2011-09-271-1/+1
* process-shared barrier support, based on discussion with bdonlanRich Felker2011-09-271-7/+67
* remove debug code that was missed in barrier commitRich Felker2011-05-061-1/+0
* completely new barrier implementation, addressing major correctness issuesRich Felker2011-05-061-16/+44
* reorganize pthread data structures and move the definitions to alltypes.hRich Felker2011-02-171-11/+11
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+31