Home
last modified time | relevance | path

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

/art/test/924-threads/src/art/
DTest924.java109 final CountDownLatch cdl3_2 = new CountDownLatch(1); in doStateTests() local
130 cdl3_2.countDown(); in doStateTests()
131 synchronized(cdl3_2) { in doStateTests()
178 synchronized(cdl3_2) { in doStateTests()
180 cdl3_2.await(); in doStateTests()