Home
last modified time | relevance | path

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

/art/test/924-threads/src/art/
DTest924.java105 final CountDownLatch cdl1 = new CountDownLatch(1); in doStateTests() local
117 cdl1.countDown(); in doStateTests()
118 synchronized(cdl1) { in doStateTests()
119 cdl1.wait(); in doStateTests()
154 cdl1.await(); in doStateTests()
158 synchronized(cdl1) { in doStateTests()
159 cdl1.notifyAll(); in doStateTests()
286 final CountDownLatch cdl1 = new CountDownLatch(1); in doTLSLiveTests() local
293 cdl1.countDown(); in doTLSLiveTests()
307 cdl1.await(); in doTLSLiveTests()
[all …]
/art/test/913-heaps/src/art/
DTest913.java34 final CountDownLatch cdl1 = new CountDownLatch(1); in run() local
45 cdl1.countDown(); in run()
49 cdl1.await(); in run()