Home
last modified time | relevance | path

Searched defs:progressLatch (Results 1 – 1 of 1) sorted by relevance

/art/test/039-join-main/src/
DMain.java26 CountDownLatch progressLatch = new CountDownLatch(1); in main() local
45 private CountDownLatch progressLatch; field in JoinMainSub
47 public JoinMainSub(Thread joinMe, CountDownLatch waitLatch, CountDownLatch progressLatch) { in JoinMainSub()