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:
authorChristopher Faylor <me@cgf.cx>2002-10-14 07:31:59 +0400
committerChristopher Faylor <me@cgf.cx>2002-10-14 07:31:59 +0400
commitc8733997b8d8125de18b8d28a733811835e4a345 (patch)
treed7d5257e3cd8276eb9093df4c71d5e666cee8983
parent44712a96a9cc339188c198ab12e6f1e55bdee675 (diff)
* spawn.cc (spawn_guts): Fix so that cygthread::terminate is *really* calledunlabeled-1.1527.4
only for exec. * cygthread.cc (cygthread::stub): Don't zero __name here. That introduces a race.
-rw-r--r--winsup/cygwin/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index c1a576ff8..abd5d8a97 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,15 @@
2002-10-13 Christopher Faylor <cgf@redhat.com>
+ * spawn.cc (spawn_guts): Fix so that cygthread::terminate is *really*
+ called only for exec.
+
+2002-10-13 Christopher Faylor <cgf@redhat.com>
+
+ * cygthread.cc (cygthread::stub): Don't zero __name here. That
+ introduces a race.
+
+2002-10-13 Christopher Faylor <cgf@redhat.com>
+
* cygthread.cc (cygthread::stub): Don't create event for long-running
threads. Initialize thread_sync event here which is used to Suspend
using an event rather than relying on SuspendThread/ResumeThread.