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 exceptions.cc miscfuncs.cc


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2011-07-06 16:33:30

Modified files:
	cygwin         : ChangeLog exceptions.cc miscfuncs.cc 

Log message:
	* exceptions.cc (CALL_HANDLER_RETRY_INNER): Rename to reflect different
	functionality.
	(CALL_HANDLER_RETRY_OUTER): New define.
	(setup_handler): Add outer loop to signal handler to try harder to deliver the
	signal.
	* miscfuncs.cc (yield): Drop priority and use SleepEx() to force thread
	rescheduling rather than relying on SwitchToThread().

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.5434&r2=1.5435
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.355&r2=1.356
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/miscfuncs.cc.diff?cvsroot=uberbaum&r1=1.68&r2=1.69


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