Searched refs:threadRef (Results 1 – 1 of 1) sorted by relevance
968 final AtomicReference<Thread> threadRef = new AtomicReference<Thread>(); in testThrowingTaskKillsTimerThread() local975 threadRef.set(Thread.currentThread()); in testThrowingTaskKillsTimerThread()981 Thread timerThread = threadRef.get(); in testThrowingTaskKillsTimerThread()