Home
last modified time | relevance | path

Searched refs:startedLatch (Results 1 – 8 of 8) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/tests/org.eclipse.core.tests.runtime/src/org/eclipse/core/tests/runtime/jobs/
H A DBug_550738.java95 CountDownLatch startedLatch = new CountDownLatch(1); in testCancelSchedule() local
96 job.started = startedLatch::countDown; in testCancelSchedule()
100 …assertTrue("Job should start after schedule. Iteration " + i, startedLatch.await(5, TimeUnit.SECON… in testCancelSchedule()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/micro/org/openjdk/bench/java/net/
H A DSocketReadWrite.java64 final CountDownLatch startedLatch; field in SocketReadWrite.EchoServer
75 this.startedLatch = await; in EchoServer()
80 startedLatch.countDown(); in run()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/micro/org/openjdk/bench/java/net/
H A DSocketReadWrite.java64 final CountDownLatch startedLatch; field in SocketReadWrite.EchoServer
75 this.startedLatch = await; in EchoServer()
80 startedLatch.countDown(); in run()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/micro/org/openjdk/bench/java/net/
H A DSocketReadWrite.java64 final CountDownLatch startedLatch; field in SocketReadWrite.EchoServer
75 this.startedLatch = await; in EchoServer()
80 startedLatch.countDown(); in run()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/micro/org/openjdk/bench/java/net/
H A DSocketReadWrite.java64 final CountDownLatch startedLatch; field in SocketReadWrite.EchoServer
75 this.startedLatch = await; in EchoServer()
80 startedLatch.countDown(); in run()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/micro/org/openjdk/bench/java/net/
H A DSocketReadWrite.java64 final CountDownLatch startedLatch; field in SocketReadWrite.EchoServer
75 this.startedLatch = await; in EchoServer()
80 startedLatch.countDown(); in run()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/
H A DTestServerNonceManager.java213 public final CountDownLatch startedLatch = new CountDownLatch(1); // It's the final countdown! field in TestServerNonceManager.TestRunnable
238 startedLatch.await(); in start()
247 startedLatch.countDown(); in run()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/client/
H A DTestMultiParallel.java531 final CountDownLatch startedLatch = new CountDownLatch(numRequests); in testNonceCollision() local
546 startedLatch.countDown(); in testNonceCollision()
563 startedLatch.await(); // Wait until all threads are ready... in testNonceCollision()