Home
last modified time | relevance | path

Searched defs:startLatch (Results 1 – 11 of 11) sorted by relevance

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/runtime/Nestmates/membership/
H A DTestNestHostErrorWithMultiThread.java45 CountDownLatch startLatch = new CountDownLatch(2); in main() local
69 private CountDownLatch startLatch; field in TestNestHostErrorWithMultiThread.Test
71 Test(CountDownLatch runLatch, CountDownLatch startLatch) { in Test()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/container/dummys/
H A DDummyModule.java25 private final CountDownLatch startLatch; field in DummyModule
32 …ontainer container, EnumSet<Settings> settings, int startlevel, CountDownLatch startLatch, CountDo… in DummyModule()
H A DDummyContainerAdaptor.java45 private final AtomicReference<CountDownLatch> startLatch = new AtomicReference<>(); field in DummyContainerAdaptor
162 public void setStartLatch(CountDownLatch startLatch) { in setStartLatch()
/dports/net/jgroups/jgroups-2.12.0/tests/junit/org/jgroups/tests/
H A DSharedTransportTest.java413 CountDownLatch startLatch = new CountDownLatch(1); in testConcurrentCreation() local
560 private final CountDownLatch startLatch; field in SharedTransportTest.ConnectTask
564 …ConnectTask(Channel channel, String clusterName, CountDownLatch startLatch, CountDownLatch finishL… in ConnectTask()
/dports/databases/hbase/hbase-1.2.1/hbase-common/src/test/java/org/apache/hadoop/hbase/util/
H A DTestCounter.java72 final CountDownLatch startLatch = new CountDownLatch(1); in execute() local
H A DTestWeakObjectPool.java98 final CountDownLatch startLatch = new CountDownLatch(1); in testCongestion() local
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/rep/utilint/
H A DSizeAwaitMapTest.java30 CountDownLatch startLatch = null; field in SizeAwaitMapTest
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/tools/pack200/
H A DDefaultTimeZoneTest.java103 final CountDownLatch startLatch = new CountDownLatch(i); in test() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/tools/pack200/
H A DDefaultTimeZoneTest.java103 final CountDownLatch startLatch = new CountDownLatch(i); in test() local
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/client/
H A DTestMultiParallel.java532 final CountDownLatch startLatch = new CountDownLatch(1); in testNonceCollision() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/container/
H A DTestModuleContainer.java3620 CountDownLatch startLatch = new CountDownLatch(1); in testStartDeadLock() local