Files
gcc/libjava/include
Adam Megacz 8627cc158d win32-threads.h (_Jv_ConditionVariable_t): Now a struct, to enable safer wait() algorithm.
2002-02-01  Adam Megacz <adam@xwt.org>

        * include/win32-threads.h (_Jv_ConditionVariable_t): Now a struct, to
	enable safer wait() algorithm.
	(_Jv_CondWait, _Jv_CondInit, _Jv_CondDestroy, _Jv_CondNotify,
	_Jv_CondNotifyAll): Implementations moved to win32-threads.cc.
	(_Jv_MutexInit, _Jv_HaveMutexDestroy, _Jv_MutexUnlock,
	_Jv_MutexLock, _Jv_ThreadYield): Reimplement using CRITICAL_SECTIONs
	instead of mutex.
	(_Jv_ThreadYield): Don't call Sleep(), because it crashes win98.

From-SVN: r49427
2002-02-02 04:27:34 +00:00
..
2002-01-16 04:21:35 +00:00
2000-05-19 17:55:34 +00:00
1999-04-07 14:42:40 +00:00
1999-04-07 14:42:40 +00:00
2000-03-26 20:33:04 +00:00
2001-12-16 22:33:02 +00:00
2000-04-02 15:41:00 +00:00
2001-07-18 17:06:24 +00:00
1999-07-19 18:03:31 +00:00