aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang/natThread.cc
AgeCommit message (Expand)AuthorFilesLines
2004-09-11natThread.cc (finalize_native): Destroy join conditional variable and mutex i...Mohan Embar1-0/+6
2004-05-28gcj.texi (Object allocation): Remove _Jv_AllocBytes.Bryce McKinlay1-5/+2
2004-03-092004-03-09 Michael Koch <konqueror@gmx.de>Michael Koch1-9/+0
2003-10-21posix-threads.cc (_Jv_CondNotify,_Jv_CondNotifyAll): Rename _Jv_PthreadCheckM...Jerry Quinn1-0/+8
2002-04-10Makefile.in: Rebuilt.Tom Tromey1-1/+16
2001-08-26Makefile.am: New friends for java/lang/Thread.h.Bryce McKinlay1-15/+36
2001-05-21Implement invocation interface; don't create new thread for main.Per Bothner1-2/+60
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson1-10/+10
2000-12-30For boehm-gc:Bryce McKinlay1-6/+19
2000-06-21ThreadGroup.java (add(Thread)): Rename to addThread() to comply with classpat...Bryce McKinlay1-1/+1
2000-05-18Thread.java: Declare `data' as Object, not RawData.Bryce McKinlay1-2/+1
2000-04-02JVMPI changes...Anthony Green1-0/+73
2000-03-28Makefile.in: New #defines and friends for Thread.h.Bryce McKinlay1-132/+32
2000-03-07All files: Updated copyright information.Tom Tromey1-1/+1
2000-03-02java-interp.h: Don't include MethodInvocation.h.Tom Tromey1-5/+23
2000-02-15natThread.cc (dumpStack): Removed.Bryce McKinlay1-9/+0
2000-02-10natNativeThread.cc: New file.Tom Tromey1-2/+28
2000-02-10interpret.cc: Don't include fdlibm.h.Andrew Haley1-2/+5
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey1-1/+1
1999-12-24natObject.cc (notify): Throw message with IllegalMonitorStateException.Bryce McKinlay1-6/+10
1999-11-05* java/lang/natThread.cc (destroy): Removed incorrect comment.Tom Tromey1-2/+0
1999-11-05natThread.cc (stop): Removed argument name.Tom Tromey1-1/+1
1999-11-04quick-threads.h (_Jv_ThreadCancel): Removed.Tom Tromey1-6/+1
1999-09-10configure: Rebuilt.Tom Tromey1-1/+3
1999-08-19natThread.cc (class locker): New class.Tom Tromey1-7/+31
1999-08-18ThreadGroup.java: Fixed now-erroneous comment.Tom Tromey1-0/+2
1999-08-18natThread.cc (sleep): Turn 0 millis and 0 nanos into 1 nano.Tom Tromey1-0/+3
1999-04-07Initial revisionTom Tromey1-0/+295