Home
last modified time | relevance | path

Searched defs:finishLatch (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
DMoreInProcessTest.java106 final CountDownLatch finishLatch = new CountDownLatch(1); in asyncClientStreaming_serverResponsePriorToRequest() local
165 final CountDownLatch finishLatch = new CountDownLatch(1); in asyncClientStreaming_serverErrorPriorToRequest() local
224 final CountDownLatch finishLatch = new CountDownLatch(1); in asyncClientStreaming_erroneousServiceImpl() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/
DCoroutineSchedulerTest.kt47 val finishLatch = CountDownLatch(2) in <lambda>() constant
71 val finishLatch = CountDownLatch(2) in <lambda>() constant
DCoroutineSchedulerStressTest.kt28 private val finishLatch = CountDownLatch(1) constant
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/routeguide/
DRouteGuideClient.java127 final CountDownLatch finishLatch = new CountDownLatch(1); in recordRoute() local
192 final CountDownLatch finishLatch = new CountDownLatch(1); in routeChat() local
280 CountDownLatch finishLatch = client.routeChat(); in main() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DUnconfinedConcurrentStressTest.kt23 val finishLatch = CountDownLatch(threads) in <lambda>() constant
/external/grpc-grpc-java/examples/android/routeguide/app/src/main/java/io/grpc/routeguideexample/
DRouteGuideActivity.java281 final CountDownLatch finishLatch = new CountDownLatch(1); in recordRoute() local
368 final CountDownLatch finishLatch = new CountDownLatch(1); in routeChat() local
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DCycleDetectingLockFactoryTest.java423 final CountDownLatch finishLatch = new CountDownLatch(1); field in CycleDetectingLockFactoryTest.LockingThread
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DCycleDetectingLockFactoryTest.java423 final CountDownLatch finishLatch = new CountDownLatch(1); field in CycleDetectingLockFactoryTest.LockingThread