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

/libcore/ojluni/src/main/java/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 42 milliseconds