Searched refs:cdl2 (Results 1 – 1 of 1) sorted by relevance
107 final CountDownLatch cdl2 = new CountDownLatch(1); in doStateTests() local124 cdl2.countDown(); in doStateTests()125 synchronized(cdl2) { in doStateTests()126 cdl2.wait(ALMOST_INFINITE); in doStateTests()168 cdl2.await(); in doStateTests()173 synchronized(cdl2) { in doStateTests()174 cdl2.notifyAll(); in doStateTests()310 final CountDownLatch cdl2 = new CountDownLatch(1); in doTLSLiveTests() local317 cdl2.await(); in doTLSLiveTests()332 cdl2.countDown(); in doTLSLiveTests()[all …]