Searched refs:waitForDeathLatch (Results 1 – 2 of 2) sorted by relevance
527 final CountDownLatch waitForDeathLatch = new CountDownLatch(1); in terminate() local531 waitForDeathLatch.countDown(); in terminate()544 if (!waitForDeathLatch.await(WAIT_FOR_DEATH_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in terminate()
660 final CountDownLatch waitForDeathLatch = new CountDownLatch(1); in terminate() local664 waitForDeathLatch.countDown(); in terminate()677 if (!waitForDeathLatch.await(WAIT_FOR_DEATH_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in terminate()