diff options
author | rpj <rpj> | 2005-05-27 14:35:21 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-05-27 14:35:21 +0000 |
commit | 50eea7300d7e9b666cc5115c4e4c4af79a1bfa53 (patch) | |
tree | d0ae53dd84a43e6bcf6e6beb8be81c28c8423018 | |
parent | b677d9679e4c6dfa1b6ad8553d716d8887d6e960 (diff) |
''
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,10 +1,16 @@ +2005-05-27 Alexander Gottwald <alexander.gottwald at s1999.tu-chemnitz.de> + + * pthread.h: Some things, like HANDLE, were only defined if + PTW32_LEVEL was >= 3 - they should always be defined. + 2005-05-25 Vladimir Kliatchko <vladimir at kliatchko.com> * pthread_once.c: Eliminate all priority operations and other complexity by replacing the event with a semaphore. The advantage of the change is the ability to release just one waiter if the init_routine thread is cancelled yet still release all waiters when - done. + done. Simplify once_control state checks to improve efficiency + further. 2005-05-24 Mikael Magnusson <mikaelmagnusson at glocalnet.net> |