Searched refs:TimerThread (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DEventQueueImpl.java137 private TimerThread startTimerThread(long timeout) {
138 TimerThread thread = new TimerThread(timeout);
144 private boolean shouldWait(TimerThread timerThread) {
182 TimerThread timerThread = null;
216 private class TimerThread extends Thread { class in class:EventQueueImpl
220 TimerThread(long timeout) { method in class:EventQueueImpl.TimerThread
/openjdk7/jdk/src/share/classes/sun/misc/
H A DTimer.java74 (described in the TimerThread class). To avoid deadlock,
80 The class monitor on the class TimerThread severs as the monitor
105 * is used by the TimerThread to determine when the timer
143 * This variable holds a handle to the TimerThread class for
145 * why Class.forName("TimerThread") is not used is because it
148 static TimerThread timerThread = null;
168 timerThread = new TimerThread();
196 TimerThread.dequeue(this);
225 TimerThread.enqueue(this);
319 return TimerThread
347 class TimerThread extends Thread { class in inherits:Thread
365 protected TimerThread() { method in class:TimerThread
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DTimer.java101 private final TimerThread thread = new TimerThread(queue);
481 class TimerThread extends Thread { class in inherits:Thread
499 TimerThread(TaskQueue queue) { method in class:TimerThread
565 * shares with its TimerThread. Internally this class uses a heap, which

Completed in 45 milliseconds