Home
last modified time | relevance | path

Searched refs:periodicLatch1 (Results 1 – 4 of 4) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DScheduledExecutorSubclassTest.java818 final CountDownLatch periodicLatch1 = new CountDownLatch(2); in testShutdown_cancellation() local
833 periodics.add(p.scheduleAtFixedRate(countDowner(periodicLatch1), in testShutdown_cancellation()
867 assertTrue(periodicLatch1.await(LONG_DELAY_MS, MILLISECONDS)); in testShutdown_cancellation()
DScheduledExecutorTest.java767 final CountDownLatch periodicLatch1 = new CountDownLatch(2); in testShutdown_cancellation() local
782 periodics.add(p.scheduleAtFixedRate(countDowner(periodicLatch1), in testShutdown_cancellation()
816 assertTrue(periodicLatch1.await(LONG_DELAY_MS, MILLISECONDS)); in testShutdown_cancellation()
/libcore/ojluni/src/test/java/util/concurrent/tck/
DScheduledExecutorSubclassTest.java843 final CountDownLatch periodicLatch1 = new CountDownLatch(2); in testShutdown_cancellation() local
858 periodics.add(p.scheduleAtFixedRate(countDowner(periodicLatch1), in testShutdown_cancellation()
894 assertTrue(periodicLatch1.await(LONG_DELAY_MS, MILLISECONDS)); in testShutdown_cancellation()
DScheduledExecutorTest.java791 final CountDownLatch periodicLatch1 = new CountDownLatch(2); in testShutdown_cancellation() local
806 periodics.add(p.scheduleAtFixedRate(countDowner(periodicLatch1), in testShutdown_cancellation()
842 assertTrue(periodicLatch1.await(LONG_DELAY_MS, MILLISECONDS)); in testShutdown_cancellation()