Searched refs:newStartedThread (Results 1 – 6 of 6) sorted by relevance
189 newStartedThread( in testCompareAndSetInMultipleThreads()307 Thread t1 = newStartedThread(c1); in testCountingInMultipleThreads()308 Thread t2 = newStartedThread(c2); in testCountingInMultipleThreads()
103 newStartedThread( in testCompareAndSetInMultipleThreads()
692 Thread newStartedThread(Runnable runnable) { in newStartedThread() method in JSR166TestCase
189 newStartedThread( in testCompareAndSetInMultipleThreads()305 Thread t1 = newStartedThread(c1); in testCountingInMultipleThreads()306 Thread t2 = newStartedThread(c2); in testCountingInMultipleThreads()
685 Thread newStartedThread(Runnable runnable) { in newStartedThread() method in JSR166TestCase