Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2004-12-30 18:58:27 +0300
committerCorinna Vinschen <corinna@vinschen.de>2004-12-30 18:58:27 +0300
commitf312634c02b130c8acd6ce46006fc8b8bc9da599 (patch)
tree86fa1676c7dd81b49ae2f7009b238cd5e5710b4c /winsup/cygserver/ChangeLog
parent3a39329a25613c8db51a9b816b90767c19da895b (diff)
* bsd_mutex.cc: Include limits.h.
(MSLEEP_MUTEX): New define for third parameter to msleep_event_name. (MSLEEP_SEM): Ditto. (MSLEEP_EVENT): Ditto. (msleep_event_name): Add third parameter to allow multiple synchronization objects per ident. (_msleep): Implement new synchronization technique to make sure that all threads have been woken up by a corresponding wakeup call. (wakeup): Ditto.
Diffstat (limited to 'winsup/cygserver/ChangeLog')
-rw-r--r--winsup/cygserver/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/cygserver/ChangeLog b/winsup/cygserver/ChangeLog
index 157b093b2..9b4ed31c9 100644
--- a/winsup/cygserver/ChangeLog
+++ b/winsup/cygserver/ChangeLog
@@ -1,3 +1,15 @@
+2004-12-30 Corinna Vinschen <corinna@vinschen.de>
+
+ * bsd_mutex.cc: Include limits.h.
+ (MSLEEP_MUTEX): New define for third parameter to msleep_event_name.
+ (MSLEEP_SEM): Ditto.
+ (MSLEEP_EVENT): Ditto.
+ (msleep_event_name): Add third parameter to allow multiple
+ synchronization objects per ident.
+ (_msleep): Implement new synchronization technique to make sure
+ that all threads have been woken up by a corresponding wakeup call.
+ (wakeup): Ditto.
+
2004-10-18 Corinna Vinschen <corinna@vinschen.de>
* sysv_sem.cc: Redefine offsetof to circumvent build problems with