Home
last modified time | relevance | path

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

/aosp_15_r20/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/akka/
H A DStatefulActorAkkaBenchmark.kt87 val stopLatch = CountDownLatch(requestorActors) in run() constant
122 val stopLatch: CountDownLatch) : UntypedAbstractActor() { constant in benchmarks.akka.StatefulActorAkkaBenchmark.RequestorActor
H A DPingPongAkkaBenchmark.kt80 …class PingActorAkka(val pongRef: ActorRef, val stopLatch: CountDownLatch) : UntypedAbstractActor()… constant in benchmarks.akka.PingPongAkkaBenchmark.PingActorAkka
/aosp_15_r20/cts/hostsidetests/statsdatom/apps/adpfapp/src/android/adpf/atom/app/
H A DADPFAtomTestActivity.java138 CountDownLatch stopLatch = new CountDownLatch(1); in createHintSessionWithExitedThreads() local
145 private int[] createThreads(int tidCnt, CountDownLatch stopLatch) throws InterruptedException { in createThreads()
/aosp_15_r20/cts/tests/app/src/android/app/cts/
H A DActivityManagerTest.java1352 CountDownLatch stopLatch = initWaitingForChildProcessGone( in testKillingAppChildProcess() local
1492 CountDownLatch stopLatch = initWaitingForChildProcessGone( in testTrimAppChildProcess() local
1585 final CountDownLatch stopLatch = new CountDownLatch(1); in stopChildProcess() local
1611 final CountDownLatch stopLatch = new CountDownLatch(1); in initWaitingForChildProcessGone() local
/aosp_15_r20/external/guice/extensions/service/test/com/google/inject/service/
H A DSingleServiceIntegrationTest.java21 final CountDownLatch stopLatch = new CountDownLatch(1); in testAsyncServiceLifecycle() local
/aosp_15_r20/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
H A DSystemMediaRouter2Test.java962 final CountDownLatch stopLatch = new CountDownLatch(1); in testTransferToTwice() local
H A DMediaRouter2Test.java398 final CountDownLatch stopLatch = new CountDownLatch(1); in testTransferToTwice() local