]> sourceware.org Git - newlib-cygwin.git/commit
* cygthread.cc (cygthread::stub): Reintroduce clearing of __name but do it
authorChristopher Faylor <me@cgf.cx>
Mon, 14 Oct 2002 03:51:44 +0000 (03:51 +0000)
committerChristopher Faylor <me@cgf.cx>
Mon, 14 Oct 2002 03:51:44 +0000 (03:51 +0000)
commit969203ce911a958c9b41ab934334c48bd15df7e0
tree498582ade58561d078daad2659014646941ade0c
parenta7a5d0ba3742911e0ab9dfeed077631f25bb257f
* cygthread.cc (cygthread::stub): Reintroduce clearing of __name but do it
before SetEvent to eliminate a race.
(cygthread::terminate): Accumulate list of threads to check for termination and
call WaitForMultipleObjects on list rather than waiting for each thread
individually.
* sigproc.cc (subproc_init): Zap hwait_subproc thread handle since it is no
longer used.
* spawn.cc (spawn_guts): Fix so that cygthread::terminate is *really* called
only for exec.
winsup/cygwin/ChangeLog
winsup/cygwin/cygthread.cc
winsup/cygwin/sigproc.cc
winsup/cygwin/spawn.cc
This page took 0.026293 seconds and 5 git commands to generate.