Home
last modified time | relevance | path

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

/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/
H A DCoroutineSchedulerTest.kt48 val finishLatch = CountDownLatch(2) in <lambda>() constant
72 val finishLatch = CountDownLatch(2) in <lambda>() constant
H A DCoroutineSchedulerStressTest.kt28 private val finishLatch = CountDownLatch(1) constant
/aosp_15_r20/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
H A 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
/aosp_15_r20/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/routeguide/
H A 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
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
H A DUnconfinedConcurrentStressTest.kt23 val finishLatch = CountDownLatch(threads) in <lambda>() constant
/aosp_15_r20/external/grpc-grpc-java/examples/android/routeguide/app/src/main/java/io/grpc/routeguideexample/
H A DRouteGuideActivity.java281 final CountDownLatch finishLatch = new CountDownLatch(1); in recordRoute() local
368 final CountDownLatch finishLatch = new CountDownLatch(1); in routeChat() local
/aosp_15_r20/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/policy/
DProvisionStateControllerThreadSafetyTest.java75 CountDownLatch finishLatch = new CountDownLatch(NUMBER_OF_THREADS); in setNextStateForEvent_shouldSetStateOnlyOnce_whenMultithreading() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
H A DCycleDetectingLockFactoryTest.java423 final CountDownLatch finishLatch = new CountDownLatch(1); field in CycleDetectingLockFactoryTest.LockingThread
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DCycleDetectingLockFactoryTest.java423 final CountDownLatch finishLatch = new CountDownLatch(1); field in CycleDetectingLockFactoryTest.LockingThread