Home
last modified time | relevance | path

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

/art/test/924-threads/src/art/
DTest924.java106 final CountDownLatch cdl1 = new CountDownLatch(1); in doStateTests() local
119 cdl1.countDown(); in doStateTests()
120 synchronized(cdl1) { in doStateTests()
121 cdl1.wait(); in doStateTests()
158 cdl1.await(); in doStateTests()
163 synchronized(cdl1) { in doStateTests()
164 cdl1.notifyAll(); in doStateTests()
309 final CountDownLatch cdl1 = new CountDownLatch(1); in doTLSLiveTests() local
316 cdl1.countDown(); in doTLSLiveTests()
330 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()