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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DTimer.java217 // The TimerTickThread avoids requeuing the
395 TimerTickThread thr = TimerTickThread.call(
540 class TimerTickThread extends Thread { class in inherits:Thread
554 static TimerTickThread pool = null;
559 TimerTickThread next = null;
581 protected static synchronized TimerTickThread call(
583 TimerTickThread thread = pool;
587 thread = new TimerTickThread();

Completed in 30 milliseconds