Searched defs:isQuiescent (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DForkJoinPool.java2288 * Runs tasks until {@code isQuiescent()}. We piggyback on
2958 public boolean isQuiescent() { method in class:ForkJoinPool
3271 * pool {@link #isQuiescent} or the indicated timeout elapses.
3291 while (!isQuiescent() && (ws = workQueues) != null &&
3315 * until the {@link #commonPool()} {@link #isQuiescent}.

Completed in 11 milliseconds