summaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_barrier.c
Commit message (Expand)AuthorAgeFilesLines
* _thr_ucond_wait drops lock, we should pick it up again.David Xu2006-12-051-0/+1
* Use ucond to implement barrier.David Xu2006-12-051-4/+5
* Replace internal usage of struct umtx with umutex which can supportsDavid Xu2006-09-061-4/+4
* WARNS level 4 cleanup.David Xu2006-04-041-1/+5
* Pass exact number of threads.David Xu2005-04-041-1/+1
* Import my recent 1:1 threading working. some features improved includes:David Xu2005-04-021-72/+50
* Make libthr async-signal-safe without costly signal masking. The guidlines IMike Makonnen2004-05-201-10/+10
* Implement PThreads barriers and barrier attributes.Mike Makonnen2004-02-191-0/+129