summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_barrier.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r278313:kib2015-02-131-4/+1
* When destroying a barrier, waiting all threads exit the barrier,davidxu2012-03-161-1/+26
* _thr_ucond_wait drops lock, we should pick it up again.davidxu2006-12-051-0/+1
* Use ucond to implement barrier.davidxu2006-12-051-4/+5
* Replace internal usage of struct umtx with umutex which can supportsdavidxu2006-09-061-4/+4
* WARNS level 4 cleanup.davidxu2006-04-041-1/+5
* Pass exact number of threads.davidxu2005-04-041-1/+1
* Import my recent 1:1 threading working. some features improved includes:davidxu2005-04-021-72/+50
* Make libthr async-signal-safe without costly signal masking. The guidlines Imtm2004-05-201-10/+10
* Implement PThreads barriers and barrier attributes.mtm2004-02-191-0/+129
OpenPOWER on IntegriCloud