Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/
DOldObjectTest.java37 TestThread2 thr2; field in OldObjectTest
121 thr2 = new TestThread2(); in test_wait()
123 thr2.start(); in test_wait()
124 thr2.join(); in test_wait()
127 thr2 = null; in test_wait()
187 thr2 = new TestThread2(); in test_waitJI()
189 thr2.start(); in test_waitJI()
190 thr2.join(); in test_waitJI()
193 thr2 = null; in test_waitJI()
243 thr2 = new TestThread2(); in test_waitJ()
[all …]
DOldRuntimeTest.java418 Thread thr2 = new Thread () { in test_removeShutdownHookLjava_lang_Thread() local
430 Runtime.getRuntime().addShutdownHook(thr2); in test_removeShutdownHookLjava_lang_Thread()