Searched refs:doneSignal (Results 1 – 1 of 1) sorted by relevance
252 CountDownLatch doneSignal = new CountDownLatch(1); in dump() local255 doneSignal.countDown(); in dump()259 success = doneSignal.await(AWAIT_DUMP_SECONDS, TimeUnit.SECONDS); in dump()