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 sigproc.c ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2002-10-13 20:51:45

Modified files:
	cygwin         : ChangeLog cygthread.cc sigproc.cc spawn.cc 

Log message:
	* 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.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1529&r2=1.1530
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygthread.cc.diff?cvsroot=uberbaum&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.cc.diff?cvsroot=uberbaum&r1=1.121&r2=1.122
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/spawn.cc.diff?cvsroot=uberbaum&r1=1.116&r2=1.117


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