Searched refs:cdl1 (Results 1 – 2 of 2) sorted by relevance
106 final CountDownLatch cdl1 = new CountDownLatch(1); in doStateTests() local119 cdl1.countDown(); in doStateTests()120 synchronized(cdl1) { in doStateTests()121 cdl1.wait(); in doStateTests()158 cdl1.await(); in doStateTests()163 synchronized(cdl1) { in doStateTests()164 cdl1.notifyAll(); in doStateTests()309 final CountDownLatch cdl1 = new CountDownLatch(1); in doTLSLiveTests() local316 cdl1.countDown(); in doTLSLiveTests()330 cdl1.await(); in doTLSLiveTests()[all …]
34 final CountDownLatch cdl1 = new CountDownLatch(1); in run() local45 cdl1.countDown(); in run()49 cdl1.await(); in run()