Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/akka/
DStatefulActorAkkaBenchmark.kt91 val stopLatch = CountDownLatch(requestorActors) in run() constant
126 val stopLatch: CountDownLatch) : UntypedAbstractActor() { constant in benchmarks.akka.StatefulActorAkkaBenchmark.RequestorActor
DPingPongAkkaBenchmark.kt84 …class PingActorAkka(val pongRef: ActorRef, val stopLatch: CountDownLatch) : UntypedAbstractActor()… constant in benchmarks.akka.PingPongAkkaBenchmark.PingActorAkka
/external/guice/extensions/service/test/com/google/inject/service/
DSingleServiceIntegrationTest.java21 final CountDownLatch stopLatch = new CountDownLatch(1); in testAsyncServiceLifecycle() local