gcc/libjava
Tom Tromey fd59e3a04e posix-threads.cc (_Jv_CondWait): Check `errno' against EINTR, not `r'.
1999-09-07  Tom Tromey  <tromey@cygnus.com>

	* posix-threads.cc (_Jv_CondWait): Check `errno' against EINTR,
	not `r'.  Changed `done_sleeping' to a `bool'.

1999-09-07  Matt Welsh <mdw@cs.berkeley.edu

	* libjava/posix-threads.cc: Added _Jv_ThreadDataKey.
	Added FLAG_INTERRUPTED to indicate that a thread was interrupted
	by another thread, rather than by the GC.
	(_Jv_CondWait): Prevent premature thread wakeup by GC.
	(_Jv_InitThreads): Initialize _Jv_ThreadDataKey.
	* libjava/include/posix-threads.h (_Jv_ThreadCurrentData): New
	function.

From-SVN: r29177
1999-09-08 00:43:06 +00:00
..
doc * doc/cni.sgml: Document RawData. 1999-05-05 16:15:04 -07:00
gnu/gcj natClassLoader.cc (_Jv_PrepareCompiledClass): Renamed from _Jv_InternClassStrings. 1999-08-18 14:16:42 +00:00
include posix-threads.cc (_Jv_CondWait): Check `errno' against EINTR, not `r'. 1999-09-08 00:43:06 +00:00
java re GNATS libgcj/3 (FileInputStream.available always returns 0) 1999-09-03 07:42:40 +00:00
testsuite posix-threads.h (PTHREAD_MUTEX_IS_STRUCT): New define. 1999-09-02 06:27:00 +00:00
COPYING.LIB Initial revision 1999-04-07 14:42:40 +00:00
ChangeLog posix-threads.cc (_Jv_CondWait): Check `errno' against EINTR, not `r'. 1999-09-08 00:43:06 +00:00
LIBGCJ_LICENSE Initial revision 1999-04-07 14:42:40 +00:00
Makefile.am Makefile.am (.java.lo): Add rule. 1999-09-01 18:22:05 +00:00
Makefile.in posix-threads.h (PTHREAD_MUTEX_IS_STRUCT): New define. 1999-09-02 06:27:00 +00:00
NEWS [multiple changes] 1999-08-08 14:06:23 +00:00
THANKS [multiple changes] 1999-08-10 05:32:23 +00:00
acconfig.h posix-threads.h (PTHREAD_MUTEX_IS_STRUCT): New define. 1999-09-02 06:27:00 +00:00
acinclude.m4 [multiple changes] 1999-08-10 05:32:23 +00:00
aclocal.m4 posix-threads.h (PTHREAD_MUTEX_IS_STRUCT): New define. 1999-09-02 06:27:00 +00:00
boehm.cc boehm.cc: Undefine TRUE and FALSE. 1999-08-24 04:01:06 +00:00
chartables.pl Initial revision 1999-04-07 14:42:40 +00:00
classes.pl javaprims.h: Updated namespace declarations. 1999-05-12 11:23:44 +00:00
configure re GNATS libgcj/3 (FileInputStream.available always returns 0) 1999-09-03 07:42:40 +00:00
configure.host prims.cc (JvRunMain): Always initialize arithexception. 1999-07-21 15:11:56 +00:00
configure.in re GNATS libgcj/3 (FileInputStream.available always returns 0) 1999-09-03 07:42:40 +00:00
defineclass.cc Modifier.java (ALL_FLAGS): New constant. 1999-09-01 22:02:20 +00:00
exception.cc ServerSocket.java: Define ANY_IF. 1999-08-03 01:30:53 +01:00
gij.cc natClassLoader.cc (_Jv_PrepareCompiledClass): Renamed from _Jv_InternClassStrings. 1999-08-18 14:16:42 +00:00
interpret.cc Modifier.java (ALL_FLAGS): New constant. 1999-09-01 22:02:20 +00:00
jni.cc Initial revision 1999-04-07 14:42:40 +00:00
libgcj.spec.in posix-threads.h (PTHREAD_MUTEX_IS_STRUCT): New define. 1999-09-02 06:27:00 +00:00
libtool-version libtool-version: New file. 1999-05-07 17:00:51 +00:00
mauve-libgcj * mauve-libgcj: Disable Object Serialization tests. 1999-07-25 08:48:25 +00:00
no-threads.cc Initial revision 1999-04-07 14:42:40 +00:00
nogc.cc Initial revision 1999-04-07 14:42:40 +00:00
posix-threads.cc posix-threads.cc (_Jv_CondWait): Check `errno' against EINTR, not `r'. 1999-09-08 00:43:06 +00:00
prims.cc natClassLoader.cc (_Jv_PrepareCompiledClass): Renamed from _Jv_InternClassStrings. 1999-08-18 14:16:42 +00:00
quick-threads.cc Initial revision 1999-04-07 14:42:40 +00:00
resolve.cc Modifier.java (ALL_FLAGS): New constant. 1999-09-01 22:02:20 +00:00