Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DScheduledExecutorSubclassTest.java819 final CountDownLatch periodicLatch2 = new CountDownLatch(2); in testShutdown_cancellation() local
835 periodics.add(p.scheduleWithFixedDelay(countDowner(periodicLatch2), in testShutdown_cancellation()
868 assertTrue(periodicLatch2.await(LONG_DELAY_MS, MILLISECONDS)); in testShutdown_cancellation()
DScheduledExecutorTest.java768 final CountDownLatch periodicLatch2 = new CountDownLatch(2); in testShutdown_cancellation() local
784 periodics.add(p.scheduleWithFixedDelay(countDowner(periodicLatch2), in testShutdown_cancellation()
817 assertTrue(periodicLatch2.await(LONG_DELAY_MS, MILLISECONDS)); in testShutdown_cancellation()