index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libpthread
/
pthread_barrier.c
Age
Commit message (
Expand
)
Author
2016-07-03
GSoC 2016 Charles Cui: Implement thread priority protection based on work
christos
2009-01-29
pthread_barrier: Fix numerous stupid bugs. Surprising that nobody
ad
2008-05-25
PR lib/38741 priority inversion in libpthread breaks apps that use
ad
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-11-19
Remove the debuglog stuff. ktrace is more useful now.
ad
2007-11-13
For PR bin/37347:
ad
2007-08-16
Trim fat off libpthread internal spinlock operations. Makes a mesurable
ad
2007-08-04
Some significant performance improvements, and a fix for a race with pthread
ad
2007-03-24
- Test+branch is usually cheaper than making an indirect function call,
ad
2007-03-05
Update to match changed pthread__park() interface.
ad
2007-03-02
Remove the PTHREAD_SA option. If M:N threads is reimplemented it's
ad
2007-01-17
Remove more duplicate #includes, and a few spurious whitespaces at EOL
hubertf
2006-12-24
Fix bugs with and improve upon previous.
ad
2006-12-23
Conditionalised support for 1:1 threads. Needs associated kernel changes
ad
2003-03-08
add __RCSID()
lukem
2003-02-15
Remove unnecessary inclusion of <assert.h>.
nathanw
2003-01-31
Use pthread__sched_sleepers() instead of iterating over sleep queues
nathanw
2003-01-25
Make pthread_barrier_wait() handle spurious wakeups from pthread__block()
nathanw
2003-01-18
Merge the nathanw_sa branch.
thorpej