Searched refs:periodicLatch1 (Results 1 – 4 of 4) sorted by relevance
818 final CountDownLatch periodicLatch1 = new CountDownLatch(2); in testShutdown_cancellation() local833 periodics.add(p.scheduleAtFixedRate(countDowner(periodicLatch1), in testShutdown_cancellation()867 assertTrue(periodicLatch1.await(LONG_DELAY_MS, MILLISECONDS)); in testShutdown_cancellation()
767 final CountDownLatch periodicLatch1 = new CountDownLatch(2); in testShutdown_cancellation() local782 periodics.add(p.scheduleAtFixedRate(countDowner(periodicLatch1), in testShutdown_cancellation()816 assertTrue(periodicLatch1.await(LONG_DELAY_MS, MILLISECONDS)); in testShutdown_cancellation()
843 final CountDownLatch periodicLatch1 = new CountDownLatch(2); in testShutdown_cancellation() local858 periodics.add(p.scheduleAtFixedRate(countDowner(periodicLatch1), in testShutdown_cancellation()894 assertTrue(periodicLatch1.await(LONG_DELAY_MS, MILLISECONDS)); in testShutdown_cancellation()
791 final CountDownLatch periodicLatch1 = new CountDownLatch(2); in testShutdown_cancellation() local806 periodics.add(p.scheduleAtFixedRate(countDowner(periodicLatch1), in testShutdown_cancellation()842 assertTrue(periodicLatch1.await(LONG_DELAY_MS, MILLISECONDS)); in testShutdown_cancellation()