Searched refs:waitForDeathLatch (Results 1 – 2 of 2) sorted by relevance
708 final CountDownLatch waitForDeathLatch = new CountDownLatch(1); in terminate() local712 waitForDeathLatch.countDown(); in terminate()725 if (!waitForDeathLatch.await(WAIT_FOR_DEATH_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in terminate()
724 final CountDownLatch waitForDeathLatch = new CountDownLatch(1); in terminate() local728 waitForDeathLatch.countDown(); in terminate()741 if (!waitForDeathLatch.await(WAIT_FOR_DEATH_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in terminate()