diff options
author | rpj <rpj> | 2005-01-25 05:38:44 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-01-25 05:38:44 +0000 |
commit | 2c2624655dfa830dafef17e87b739f876f098f8c (patch) | |
tree | 3ddbbf98d7ccd7d31badab2cc78ed2de7161046b /ChangeLog | |
parent | e1d015c3dc92a70d787a5686bc7518c6f42fe81f (diff) |
''
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,10 +1,15 @@ +2005-01-25 Ralf Kubis <RKubis at mc.com>
+ + * Attempted acquisition of recursive mutex was causing waiting + threads to not be woken when the mutex is released. + 2005-01-01 Konstantin Voronkov <beowinkle at yahoo.com>
* pthread_mutex_lock.c (pthread_mutex_lock): The new atomic exchange
mutex algorithm is known to allow a thread to steal the lock off
FIFO waiting threads. The next waiting FIFO thread gets a spurious
wake-up and must attempt to re-acquire the lock. The woken thread
- was setting itself as the the mutex's owner before the re-acquisition.
+ was setting itself as the mutex's owner before the re-acquisition.
2004-11-22 Ross Johnson <rpj at callisto.canberra.edu.au>
|