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
..
boehm-gc.h
config.h.in Start of AWT merge with Classpath: 2002-01-16 04:21:35 +00:00
default-signal.h
dwarf2-signal.h
i386-signal.h
java-assert.h
java-chardecomp.h
java-chartables.h
java-cpool.h
java-insns.h verify.cc (_Jv_BytecodeVerifier::branch_prepass): Use java_opcode as type for switch. 2001-11-25 19:48:19 +00:00
java-interp.h Fix for PR libgcj/2024, plus other class name cleanups: 2001-11-26 06:40:06 +00:00
java-props.h
jni.h For PR libgcj/5103: 2001-12-16 22:33:02 +00:00
jvm.h jvm.h (_Jv_BuildGCDescr): Declare unconditionally. 2001-12-19 01:59:28 +00:00
jvmpi.h
Makefile.am
Makefile.in
name-finder.h
no-gc.h
no-threads.h
posix-threads.h
posix.h
sparc-signal.h
stamp-h.in
win32-signal.h
win32-threads.h win32-threads.h (_Jv_ConditionVariable_t): Now a struct, to enable safer wait() algorithm. 2002-02-02 04:27:34 +00:00