Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAtomicDoubleArrayTest.java189 newStartedThread( in testCompareAndSetInMultipleThreads()
307 Thread t1 = newStartedThread(c1); in testCountingInMultipleThreads()
308 Thread t2 = newStartedThread(c2); in testCountingInMultipleThreads()
DAtomicDoubleTest.java103 newStartedThread( in testCompareAndSetInMultipleThreads()
DJSR166TestCase.java692 Thread newStartedThread(Runnable runnable) { in newStartedThread() method in JSR166TestCase
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DAtomicDoubleArrayTest.java189 newStartedThread( in testCompareAndSetInMultipleThreads()
305 Thread t1 = newStartedThread(c1); in testCountingInMultipleThreads()
306 Thread t2 = newStartedThread(c2); in testCountingInMultipleThreads()
DAtomicDoubleTest.java103 newStartedThread( in testCompareAndSetInMultipleThreads()
DJSR166TestCase.java685 Thread newStartedThread(Runnable runnable) { in newStartedThread() method in JSR166TestCase