summaryrefslogtreecommitdiff
path: root/src/thread/pthread_barrier_wait.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-17fix extremely rare but dangerous race condition in robust mutexesRich Felker1-19/+4
2011-09-28fix excessive/insufficient wakes in __vm_unlockRich Felker1-3/+3
2011-09-28improve pshared barriersRich Felker1-11/+13
2011-09-28next step making barrier self-sync'd destruction safeRich Felker1-4/+12
2011-09-27correctly handle the degenerate barrier in the pshared caseRich Felker1-1/+1
2011-09-27fix pshared barrier wrong return value.Rich Felker1-1/+1
2011-09-27process-shared barrier support, based on discussion with bdonlanRich Felker1-7/+67
2011-05-06remove debug code that was missed in barrier commitRich Felker1-1/+0
2011-05-06completely new barrier implementation, addressing major correctness issuesRich Felker1-16/+44
2011-02-17reorganize pthread data structures and move the definitions to alltypes.hRich Felker1-11/+11
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+31