Searched refs:countDownTask (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/util/concurrent/ScheduledThreadPoolExecutor/
H A DDecorateTask.java34 Runnable countDownTask(final CountDownLatch latch) { method in class:DecorateTask
82 pool.scheduleAtFixedRate(countDownTask(latch1), 0L, 1L, TimeUnit.NANOSECONDS);
83 pool.scheduleWithFixedDelay(countDownTask(latch2), 0L, 1L, TimeUnit.NANOSECONDS);

Completed in 29 milliseconds