aboutsummaryrefslogtreecommitdiff
path: root/libjava/include/quick-threads.h
AgeCommit message (Collapse)AuthorFilesLines
1999-11-04configure.in: Removed `qt' threads case.Tom Tromey1-130/+0
* configure.in: Removed `qt' threads case. * include/quick-threads.h: Removed. * quick-threads.cc: Removed. From-SVN: r30393
1999-11-04quick-threads.h (_Jv_ThreadCancel): Removed.Tom Tromey1-13/+0
* include/quick-threads.h (_Jv_ThreadCancel): Removed. (_Jv_ThreadDestroy): Likewise. * include/no-threads.h (_Jv_ThreadCancel): Removed. (_Jv_ThreadDestroy): Likewise. * include/posix-threads.h (struct _Jv_Thread_t): Removed `exception' field. (_Jv_ThreadCancel): Removed decl. (_Jv_ThreadDestroy): Removed. * posix-threads.cc (_Jv_ThreadCancel): Removed. (throw_cleanup): Removed. (really_start): Don't push or pop cleanup. (_Jv_ThreadInitData): Don't initialize `exception' field. * java/lang/Thread.java (stop): Officially unimplemented. * java/lang/natThread.cc (stop): Officially unimplemented. From-SVN: r30392
1999-08-18natThread.cc (sleep): Turn 0 millis and 0 nanos into 1 nano.Tom Tromey1-1/+5
* java/lang/natThread.cc (sleep): Turn 0 millis and 0 nanos into 1 nano. * include/quick-threads.h (_Jv_CondWait): Don't round to 0 inappropriately. From-SVN: r28742
1999-04-07Initial revisionTom Tromey1-0/+139
From-SVN: r26263