Home
last modified time | relevance | path

Searched refs:threadRef (Results 1 – 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DTimerTest.java968 final AtomicReference<Thread> threadRef = new AtomicReference<Thread>(); in testThrowingTaskKillsTimerThread() local
975 threadRef.set(Thread.currentThread()); in testThrowingTaskKillsTimerThread()
981 Thread timerThread = threadRef.get(); in testThrowingTaskKillsTimerThread()