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_cond.c
Age
Commit message (
Expand
)
Author
2007-03-14
Cosmetic changes.
ad
2007-03-05
- Update to match changed pthread__park() interface.
ad
2007-03-05
Undo previous, it matches IEEE 1003.1.
ad
2007-03-05
Drop the interlock if cancelled.
ad
2007-03-02
Fix a sleep/wakeup race with condvars.
ad
2007-03-02
Remove the PTHREAD_SA option. If M:N threads is reimplemented it's
ad
2007-03-02
Don't grab the state lock to check for cancellation around condition
ad
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
2005-01-06
gettimeofday();TIMEVAL_TO_TIMESPEC(); is exactly equivalent to
mycroft
2004-12-10
Correctly return ETIMEDOUT when the absolute time is in the past, in
nathanw
2004-07-27
In cond_wait() and cond_timedwait(), do the ERRORCHECK testing of the
nathanw
2004-05-03
In the nothread version, don't return EINTR if select() was interrupted
kleink
2003-11-24
Update mutex/rwlock/sem code to match recent change in cond code.
cl
2003-11-24
Fix a race between timed wait callbacks and manual signal/broadcasting
nathanw
2003-11-21
Prevent ptc_mutex from remaining set if a CV sleep is woken by
nathanw
2003-04-23
Use pthread__error() instead of pthread__abort().
nathanw
2003-04-18
More agressive assertions. Change a number of detected conditions, which
nathanw
2003-04-16
When a thread sleeps on a mutex or cv, have it put itself on the
nathanw
2003-03-08
add __RCSID()
lukem
2003-02-15
Remove debug toggle and add debug counter for signals and broadcasts
nathanw
2003-02-01
Arrange to pause for a while if pthread_cond_wait() or
nathanw
2003-01-31
Use pthread__sched_sleepers() instead of iterating over sleep queues
nathanw
2003-01-31
Do a similar tuneup on pthread_cond_signal() and
nathanw
2003-01-27
Add debug counters for mutex and condvar operations.
nathanw
2003-01-18
Merge the nathanw_sa branch.
thorpej
[prev]