newlib/winsup
Corinna Vinschen c9a76075f5 * thread.cc (pthread::cancelable_wait): Rearrange slightly.
Add do_sig_wait parameter.  Wait for signal_arrived if set to true.
	Return WAIT_SIGNALED if signal arrived.
	(pthread_cond::wait): Accomodate change to pthread::cancelable_wait.
	(pthread::join): Ditto.
	(semaphore::_timedwait): Ditto.
	(semaphore::_wait): Ditto.  Change to return int to allow status
	feedback.
	(semaphore::wait): Return return value from semaphore::_wait.
	* thread.h (WAIT_SIGNALED): New definition.
	(pthread::cancelable_wait): Change declaration.  Define do_sig_wait
	as false by default to not interfere with existing calls accidentally.
	(semaphore::_wait): Declare int.
2004-02-24 11:33:15 +00:00
..
bz2lib * Makefile.in: Use MINGW stuff from Makefile.common. 2002-07-07 00:44:08 +00:00
cygserver * bsd_mutex.cc (win_priority): Move to msleep helper function section. 2004-02-07 10:47:39 +00:00
cygwin * thread.cc (pthread::cancelable_wait): Rearrange slightly. 2004-02-24 11:33:15 +00:00
doc 2004-02-22 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> 2004-02-22 23:49:15 +00:00
mingw * include/_mingw.h (__UNUSED_PARAM): Define macro. 2004-02-21 07:21:36 +00:00
subauth
testsuite * winsup.api/pthread/rwlock7.c (main): Don't assume that result of rand 2003-12-24 04:37:19 +00:00
utils * Makefile.in (build_dumper): Detect missing iconv library. 2004-02-21 04:51:15 +00:00
w32api 2004-02-23 Filip Navara <xnavara@volny.cz> 2004-02-23 05:53:38 +00:00
CYGWIN_LICENSE Change location. 2003-01-13 21:11:19 +00:00
ChangeLog * Makefile.in: Make cygserver depending on cygwin. 2003-11-23 09:02:26 +00:00
Makefile.common typo 2003-08-06 03:22:18 +00:00
Makefile.in * Makefile.in: Make cygserver depending on cygwin. 2003-11-23 09:02:26 +00:00
configure * configure.in: Make --use-server the default. 2003-11-20 19:31:52 +00:00
configure.in * configure.in: Make --use-server the default. 2003-11-20 19:31:52 +00:00