Searched refs:newStartedThread (Results 1 – 3 of 3) sorted by relevance
204 Thread t = newStartedThread(new CheckedRunnable() { in testCompareAndSetInMultipleThreads()324 Thread t1 = newStartedThread(c1); in testCountingInMultipleThreads()325 Thread t2 = newStartedThread(c2); in testCountingInMultipleThreads()
120 Thread t = newStartedThread(new CheckedRunnable() { in testCompareAndSetInMultipleThreads()
764 Thread newStartedThread(Runnable runnable) { in newStartedThread() method in JSR166TestCase