From b1869fa724256f0a99d5c2819124708eb093ab37 Mon Sep 17 00:00:00 2001 From: rpj Date: Sun, 2 Jan 2005 13:54:37 +0000 Subject: '' --- ChangeLog | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 098be4f..7e4595c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,15 @@ 2005-01-01 Konstantin Voronkov - * 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. - + * 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. + 2004-11-22 Ross Johnson - * pthread_cond_wait.c (ptw32_cond_wait_cleanup): Undo change - from 2004-11-02. + * pthread_cond_wait.c (ptw32_cond_wait_cleanup): Undo change + from 2004-11-02. * Makefile (DLL_VER): Added for DLL naming suffix - see README. * GNUmakefile (DLL_VER): Likewise. * Wmakefile (DLL_VER): Likewise. -- cgit v1.2.3