Searched refs:periodicLatch2 (Results 1 – 2 of 2) sorted by relevance
819 final CountDownLatch periodicLatch2 = new CountDownLatch(2); in testShutdown_cancellation() local835 periodics.add(p.scheduleWithFixedDelay(countDowner(periodicLatch2), in testShutdown_cancellation()868 assertTrue(periodicLatch2.await(LONG_DELAY_MS, MILLISECONDS)); in testShutdown_cancellation()
768 final CountDownLatch periodicLatch2 = new CountDownLatch(2); in testShutdown_cancellation() local784 periodics.add(p.scheduleWithFixedDelay(countDowner(periodicLatch2), in testShutdown_cancellation()817 assertTrue(periodicLatch2.await(LONG_DELAY_MS, MILLISECONDS)); in testShutdown_cancellation()