Searched refs:poolBlocked (Results 1 – 2 of 2) sorted by relevance
816 final CountDownLatch poolBlocked = new CountDownLatch(poolSize); in testShutdown_cancellation() local822 poolBlocked.countDown(); in testShutdown_cancellation()831 assertTrue(poolBlocked.await(LONG_DELAY_MS, MILLISECONDS)); in testShutdown_cancellation()
765 final CountDownLatch poolBlocked = new CountDownLatch(poolSize); in testShutdown_cancellation() local771 poolBlocked.countDown(); in testShutdown_cancellation()780 assertTrue(poolBlocked.await(LONG_DELAY_MS, MILLISECONDS)); in testShutdown_cancellation()