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 cygwait.h exceptions.c ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2012-06-19 00:52:59

Modified files:
	cygwin         : ChangeLog cygwait.h exceptions.cc thread.cc 
	                 thread.h wait.cc 

Log message:
	* cygwait.h (LARGE_NULL): Define.
	(cancelable_wait): Define variant which accepts DWORD time argument.
	(cygwait): Use cancelable_wait with DWORD argument.
	(cygwait): Use cancelable_wait with DWORD argument and cw_sig_eintr for
	timeout-only case.
	* exceptions.cc (handle_sigsuspend): Use LARGE_NULL as second argument to
	distinguish between cancelable_wait variants.
	* thread.cc (pthread_mutex::lock): Ditto.
	(pthread::join): Ditto.
	(semaphore::_timedwait): Ditto.
	* thread.h (fast_mutex::lock): Ditto.
	* wait.cc (wait4): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.5872&r2=1.5873
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/cygwait.h.diff?cvsroot=uberbaum&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.380&r2=1.381
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/thread.cc.diff?cvsroot=uberbaum&r1=1.268&r2=1.269
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/thread.h.diff?cvsroot=uberbaum&r1=1.129&r2=1.130
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/wait.cc.diff?cvsroot=uberbaum&r1=1.40&r2=1.41


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