Searched refs:TimerThread (Results 1 – 1 of 1) sorted by relevance
138 private final TimerThread thread = new TimerThread(queue);148 private final TimerThread thread;150 ThreadReaper(TaskQueue queue, TimerThread thread) { in ThreadReaper()553 class TimerThread extends Thread { class571 TimerThread(TaskQueue queue) { in TimerThread() method in TimerThread