Home
last modified time | relevance | path

Searched defs:startLatch (Results 1 – 7 of 7) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/
DWorkQueueStressTest.kt38 val startLatch = CountDownLatch(1) in testStealing() constant
76 val startLatch = CountDownLatch(1) in testSingleProducerSingleStealer() constant
DCoroutineSchedulerTest.kt50 val startLatch = CountDownLatch(1) in <lambda>() constant
74 val startLatch = CountDownLatch(1) in <lambda>() constant
/external/guice/extensions/service/test/com/google/inject/service/
DSingleServiceIntegrationTest.java20 final CountDownLatch startLatch = new CountDownLatch(1); in testAsyncServiceLifecycle() local
/external/guava/android/guava-testlib/test/com/google/common/testing/
DFakeTickerTest.java151 final CountDownLatch startLatch = new CountDownLatch(numberOfThreads); in runConcurrentTest() local
/external/guava/guava-testlib/test/com/google/common/testing/
DFakeTickerTest.java162 final CountDownLatch startLatch = new CountDownLatch(numberOfThreads); in runConcurrentTest() local
/external/junit/src/main/java/org/junit/internal/runners/statements/
DFailOnTimeout.java143 private final CountDownLatch startLatch = new CountDownLatch(1); field in FailOnTimeout.CallableStatement
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DJimfsFileChannelTest.java783 final FileChannel channel, ExecutorService executor, final CountDownLatch startLatch) { in queueAllBlockingOperations()