Searched refs:awaitQuiescence (Results 1 – 3 of 3) sorted by relevance
1504 boolean quiescent = p.awaitQuiescence(LONG_DELAY_MS, MILLISECONDS); in testAwaitQuiescence1()1575 assertTrue(p.awaitQuiescence(LONG_DELAY_MS, MILLISECONDS));
694 .awaitQuiescence(LONG_DELAY_MS, MILLISECONDS)) in checkForkJoinPoolThreadLeaks()
3248 awaitQuiescence(timeout, unit); in awaitTermination()3281 public boolean awaitQuiescence(long timeout, TimeUnit unit) { in awaitQuiescence() method in ForkJoinPool3321 common.awaitQuiescence(Long.MAX_VALUE, TimeUnit.NANOSECONDS); in quiesceCommonPool()