summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread_barrier.c
AgeCommit message (Expand)Author
2016-07-03GSoC 2016 Charles Cui: Implement thread priority protection based on workchristos
2009-01-29pthread_barrier: Fix numerous stupid bugs. Surprising that nobodyad
2008-05-25PR lib/38741 priority inversion in libpthread breaks apps that usead
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-11-19Remove the debuglog stuff. ktrace is more useful now.ad
2007-11-13For PR bin/37347:ad
2007-08-16Trim fat off libpthread internal spinlock operations. Makes a mesurablead
2007-08-04Some significant performance improvements, and a fix for a race with pthreadad
2007-03-24- Test+branch is usually cheaper than making an indirect function call,ad
2007-03-05Update to match changed pthread__park() interface.ad
2007-03-02Remove the PTHREAD_SA option. If M:N threads is reimplemented it'sad
2007-01-17Remove more duplicate #includes, and a few spurious whitespaces at EOLhubertf
2006-12-24Fix bugs with and improve upon previous.ad
2006-12-23Conditionalised support for 1:1 threads. Needs associated kernel changesad
2003-03-08add __RCSID()lukem
2003-02-15Remove unnecessary inclusion of <assert.h>.nathanw
2003-01-31Use pthread__sched_sleepers() instead of iterating over sleep queuesnathanw
2003-01-25Make pthread_barrier_wait() handle spurious wakeups from pthread__block()nathanw
2003-01-18Merge the nathanw_sa branch.thorpej