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@sources.redhat.com	2002-08-05 22:08:55

Modified files:
	cygwin         : ChangeLog cygthread.cc cygthread.h 
	                 fhandler_tty.cc sigproc.cc 

Log message:
	* cygthread.cc (cygthread::stub): Accept flag to pass info structure to thread
	function.
	(cygthread::operator new): Add defense debugging output.
	(cygthread::cygthread): Add debugging output.  Set name after thread has been
	awakened to avoid a race.
	(cygthread::exit_thread): Use handle operator rather than using ev directly.
	(cygthread::exit_thread): Reorganize to provide debugging.  Set __name to NULL.
	* cygthread.h (cygself): Define.
	* fhandler_tty.cc (fhandler_tty_master::init): Use cygself as argument so that
	invoked thread can access its own info.
	(process_output): Derive cygthread info of thread from thread argument.
	* sigproc.cc (sigproc_init): Use cygself as argument so that invoked thread can
	access its own info.
	(wait_sig): Derive cygthread info of thread from thread argument.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1423&r2=1.1424
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygthread.cc.diff?cvsroot=uberbaum&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygthread.h.diff?cvsroot=uberbaum&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=uberbaum&r1=1.67&r2=1.68
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.cc.diff?cvsroot=uberbaum&r1=1.113&r2=1.114


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