summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_barrier.c
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID() for .c files from lib/libthr/thread.kib2016-04-081-2/+3
* Assert that the lock objects put into the off-page, fit into the page.kib2016-04-081-0/+3
* Implement process-shared locks support for libthr.so.3, withoutkib2016-02-281-16/+49
* Fully initialize allocated memory for the new barrier. Thekib2015-02-061-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