From 5a1180bf7794e76dc7340db17388fb3f7ab44678 Mon Sep 17 00:00:00 2001 From: rpj Date: Thu, 23 Aug 2001 07:49:12 +0000 Subject: Contributed by - "Alexander Terekhov" * 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. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5a5bbdd..024d2bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2001-08-23 Ross Johnson + Contributed by - "Alexander Terekhov" + + * 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." * tsd.c (pthread_getspecific): Preserve the last -- cgit v1.2.3