From 9c3a441d6cfacb1ba2a728e63b887a8128338750 Mon Sep 17 00:00:00 2001 From: rpj Date: Wed, 20 Feb 2002 05:14:27 +0000 Subject: Enter the time change critical section earlier --- ChangeLog | 5 +++++ pthread_cond_destroy.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f01e060..1e4ffd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-02-20 Ross Johnson + + * pthread_cond_destroy.c (pthread_cond_destroy): + Enter the time change critical section earlier. + 2002-02-17 Ross Johnson semBlockLock)) != 0) @@ -185,8 +187,6 @@ pthread_cond_destroy (pthread_cond_t * cond) /* Unlink the CV from the list */ - EnterCriticalSection(&ptw32_cond_list_lock); - if (ptw32_cond_list_head == cv) { ptw32_cond_list_head = cv->next; -- cgit v1.2.3