Home
last modified time | relevance | path

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

/art/test/923-monitors/src/art/
DTest923.java88 final CountDownLatch wait2Latch = new CountDownLatch(1); in threadTests() local
99 wait2Latch.countDown(); in threadTests()
122 wait2Latch.await(); in threadTests()