]> sourceware.org Git - newlib-cygwin.git/commit
* cygthread.h (cygthread::terminate_thread): Reflect return value.
authorChristopher Faylor <me@cgf.cx>
Sun, 6 Feb 2005 05:04:34 +0000 (05:04 +0000)
committerChristopher Faylor <me@cgf.cx>
Sun, 6 Feb 2005 05:04:34 +0000 (05:04 +0000)
commit85a798d6e755f4db4c04d92ecde1e5409a62cd59
treef1b1eda0a4f9cdc38c11cd774e5db3e42f1de9cf
parent901b1fb9852e5ccaa66ad82c539447394727f33c
* cygthread.h (cygthread::terminate_thread): Reflect return value.
* cygthread.cc (cygthread::detach): Be more careful about ensuring that sigwait
is properly waited for to avoid later missynchronization.
(cygthread::terminate_thread): Return true if thread was actually terminated
and all handles were closed.
* fhandler_base.cc (fhandler_base::raw_read): Use signal_read_state rather than
raw calls to win32 api.
(fhandler_base::read): Ditto.
* fhandler.h (fhandler_pipe::fixup_after_exec): Use method to create read_state
signalling.
(fhandler_pipe::create): Ditto.
* Makefile.in: Make some more files -fomit-frame-pointer.
winsup/cygwin/ChangeLog
winsup/cygwin/Makefile.in
winsup/cygwin/cygthread.cc
winsup/cygwin/cygthread.h
winsup/cygwin/fhandler.cc
winsup/cygwin/fhandler.h
winsup/cygwin/pipe.cc
This page took 0.027245 seconds and 5 git commands to generate.