Home
last modified time | relevance | path

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

/art/test/1962-multi-thread-events/src/art/
DTest1962.java45 final CountDownLatch threadStartLatch = new CountDownLatch(NUM_THREADS); in doTest() local
48 threadStartLatch.countDown(); in doTest()
60 threadStartLatch.await(); in doTest()