Home
last modified time | relevance | path

Searched refs:poolBlocked (Results 1 – 2 of 2) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DScheduledExecutorSubclassTest.java816 final CountDownLatch poolBlocked = new CountDownLatch(poolSize); in testShutdown_cancellation() local
822 poolBlocked.countDown(); in testShutdown_cancellation()
831 assertTrue(poolBlocked.await(LONG_DELAY_MS, MILLISECONDS)); in testShutdown_cancellation()
DScheduledExecutorTest.java765 final CountDownLatch poolBlocked = new CountDownLatch(poolSize); in testShutdown_cancellation() local
771 poolBlocked.countDown(); in testShutdown_cancellation()
780 assertTrue(poolBlocked.await(LONG_DELAY_MS, MILLISECONDS)); in testShutdown_cancellation()