Home
last modified time | relevance | path

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

/art/test/924-threads/src/art/
DTest924.java107 final CountDownLatch cdl2 = new CountDownLatch(1); in doStateTests() local
124 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() local
317 cdl2.await(); in doTLSLiveTests()
332 cdl2.countDown(); in doTLSLiveTests()
[all …]