This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

winsup/cygwin ChangeLog cygthread.cc cygthread ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2002-12-10 20:00:04

Modified files:
	cygwin         : ChangeLog cygthread.cc cygthread.h 
	                 exceptions.cc fhandler.h pipe.cc select.cc 

Log message:
	* cygthread.h (cygthread::stack_ptr): New element.
	(cygthread::detach): Accept a "wait_for_signal" argument.
	(cygthread::terminate_thread): New function.
	* cygthread.cc (cygthread::stub): Set stack pointer argument.
	(cygthread::terminate_thread): New function.  Forcibly terminate thread.
	(cygthread::detach): Optionally wait for signals and kill thread when signal
	arrives.
	* exceptions.cc (signal_exit): Set signal_arrived prior to exiting to wake up
	anything blocking on signals.
	* fhandler.h (fhandler_base::set_r_no_interrupt): Change to accept bool
	argument.
	(fhandler_pipe::ready_for_read): Declare.
	* pipe.cc (pipeargs): New structure.
	(read_pipe): New thread stub wrapper for normal pipe read.
	(fhandler_pipe::read): Modify to call reader in a cygthread, terminating on
	signal, as appropriate.
	* select.cc (fhandler_pipe::ready_for_read): Define new function.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1631&r2=1.1632
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygthread.cc.diff?cvsroot=uberbaum&r1=1.20&r2=1.21
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygthread.h.diff?cvsroot=uberbaum&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.133&r2=1.134
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&r1=1.147&r2=1.148
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/pipe.cc.diff?cvsroot=uberbaum&r1=1.40&r2=1.41
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/select.cc.diff?cvsroot=uberbaum&r1=1.82&r2=1.83


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]