Searched refs:allDone (Results 1 – 2 of 2) sorted by relevance
380 CountDownLatch allDone = new CountDownLatch(2);387 allDone.countDown();393 while (allDone.getCount() == 2) {399 allDone.countDown();402 allDone.await();
2165 bool allDone = true; in reachedEOS() local2169 allDone = false; in reachedEOS()2174 return allDone; in reachedEOS()