summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrpj <rpj>2001-08-23 07:49:12 +0000
committerrpj <rpj>2001-08-23 07:49:12 +0000
commit5a1180bf7794e76dc7340db17388fb3f7ab44678 (patch)
treee078cb1ec8b7503428977204f2bbc42a66f38645 /ChangeLog
parent072136baeb545093ef776983512c6adc2107dd3f (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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a5bbdd..024d2bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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