Searched refs:cdl1 (Results 1 – 2 of 2) sorted by relevance
105 final CountDownLatch cdl1 = new CountDownLatch(1); in doStateTests() local117 cdl1.countDown(); in doStateTests()118 synchronized(cdl1) { in doStateTests()119 cdl1.wait(); in doStateTests()154 cdl1.await(); in doStateTests()158 synchronized(cdl1) { in doStateTests()159 cdl1.notifyAll(); in doStateTests()286 final CountDownLatch cdl1 = new CountDownLatch(1); in doTLSLiveTests() local293 cdl1.countDown(); in doTLSLiveTests()307 cdl1.await(); in doTLSLiveTests()[all …]
34 final CountDownLatch cdl1 = new CountDownLatch(1); in run() local45 cdl1.countDown(); in run()49 cdl1.await(); in run()