Searched refs:thr (Results 1 – 4 of 4) sorted by relevance
192 for(MyThread thr:subThreads) { in test_enumerateLThreadGroupArrayLZ()193 thr.start(); in test_enumerateLThreadGroupArrayLZ()210 for(MyThread thr:subThreads1) { in test_enumerateLThreadGroupArrayLZ()211 thr.start(); in test_enumerateLThreadGroupArrayLZ()219 for(MyThread thr:subThreads) { in test_enumerateLThreadGroupArrayLZ()220 thr.interrupt(); in test_enumerateLThreadGroupArrayLZ()
408 Thread thr = new Thread(); in test_start() local409 thr.start(); in test_start()411 thr.start(); in test_start()
62 Thread thr = new Thread(thisRunnable); in start()63 thr.setDaemon(true); in start()64 thr.start(); in start()
228 } catch (Throwable thr) { in retrieve()232 thr.addSuppressed(ioe); in retrieve()234 throw thr; in retrieve()