From 6b2a9a2fdf2a62475c7bb7ff3ef49eee5b82fa6e Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 2 Aug 2002 02:10:24 +0000 Subject: * cygthread.cc (cygthread::exit_thread): Define new method. * cygthread.h (cygthread::exit_thread): Declare new method. * fhandler.h (fhandler_tty_master::hThread): Delete. (fhandler_tty_master::output_thread): Define. * fhandler_tty.cc (fhandler_tty_master::fhandler_tty_master): Adjust constructor. (fhandler_tty_master::init): Use cygthread rather than handle. (process_output): Use cygthread method to exit. (fhandler_tty_master::fixup_after_fork): Set output_thread to NULL after fork. (fhandler_tty_master::fixup_after_exec): Set output_thread to NULL after spawn/exec. * tty.cc (tty_list::terminate): Detach from output_thread using cygthread method. --- winsup/cygwin/cygthread.h | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygwin/cygthread.h') diff --git a/winsup/cygwin/cygthread.h b/winsup/cygwin/cygthread.h index 67e9d591e..b4f6cbe2f 100644 --- a/winsup/cygwin/cygthread.h +++ b/winsup/cygwin/cygthread.h @@ -27,4 +27,5 @@ class cygthread operator HANDLE (); static bool is (); void * operator new (size_t); + void exit_thread (); }; -- cgit v1.2.3