diff options
author | rpj <rpj> | 2001-08-23 07:49:12 +0000 |
---|---|---|
committer | rpj <rpj> | 2001-08-23 07:49:12 +0000 |
commit | 5a1180bf7794e76dc7340db17388fb3f7ab44678 (patch) | |
tree | e078cb1ec8b7503428977204f2bbc42a66f38645 /ChangeLog | |
parent | 072136baeb545093ef776983512c6adc2107dd3f (diff) |
Contributed by - "Alexander Terekhov" <TEREKHOV@de.ibm.com>
* condvar.c (pthread_cond_destroy): fix bug with
respect to deadlock in the case of concurrent
_destroy/_unblock; a condition variable can be destroyed
immediately after all the threads that are blocked on
it are awakened.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2001-08-23 Ross Johnson <rpj@setup1.ise.canberra.edu.au> + Contributed by - "Alexander Terekhov" <TEREKHOV@de.ibm.com> + + * condvar.c (pthread_cond_destroy): fix bug with + respect to deadlock in the case of concurrent + _destroy/_unblock; a condition variable can be destroyed + immediately after all the threads that are blocked on + it are awakened. + Contributed by - "Phil Frisbie, Jr." <phil@hawksoft.com> * tsd.c (pthread_getspecific): Preserve the last |