Searched refs:waitForDeathLatch (Results 1 – 2 of 2) sorted by relevance
652 final CountDownLatch waitForDeathLatch = new CountDownLatch(1); in terminate() local656 waitForDeathLatch.countDown(); in terminate()669 if (!waitForDeathLatch.await(WAIT_FOR_DEATH_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in terminate()
754 final CountDownLatch waitForDeathLatch = new CountDownLatch(1); in terminate() local759 waitForDeathLatch.countDown(); in terminate()772 if (!waitForDeathLatch.await(WAIT_FOR_DEATH_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in terminate()