diff options
author | Christopher Faylor <me@cgf.cx> | 2000-02-24 19:54:01 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-02-24 19:54:01 +0000 |
commit | d3bda1df95dd1e368ec03b1a1b9e3f0260b4cbfc (patch) | |
tree | fae6cee1f065d106fc2fe2e731d238973b4125fc /winsup/cygwin/ChangeLog | |
parent | 4bc3b73cfde68ab05ce7351cf57156ece6433548 (diff) | |
download | cygnal-d3bda1df95dd1e368ec03b1a1b9e3f0260b4cbfc.tar.gz cygnal-d3bda1df95dd1e368ec03b1a1b9e3f0260b4cbfc.tar.bz2 cygnal-d3bda1df95dd1e368ec03b1a1b9e3f0260b4cbfc.zip |
* exceptions.cc (call_handler): Use new muto linked list to look for all
potential mutos owned by suspended thread. Clear waiting threads while thread
is stopped.
(proc_subproc): Clarify debugging output.
* sync.h (class muto): Add 'next' field.
(new_muto): Keep linked list alive.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index bfa930b21..636d59b60 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,12 @@ +Thu Feb 24 14:45:06 2000 Christopher Faylor <cgf@cygnus.com> + + * exceptions.cc (call_handler): Use new muto linked list to look for + all potential mutos owned by suspended thread. Clear waiting threads + while thread is stopped. + (proc_subproc): Clarify debugging output. + * sync.h (class muto): Add 'next' field. + (new_muto): Keep linked list alive. + Thu Feb 24 00:59:15 2000 Christopher Faylor <cgf@cygnus.com> Fix final round of gcc warnings relating to unused parameters. |