Home | History | Annotate | Download | only in concurrent

Lines Matching defs:isQuiescent

2288      * Runs tasks until {@code isQuiescent()}. We piggyback on
2958 public boolean isQuiescent() {
3271 * pool {@link #isQuiescent} or the indicated timeout elapses.
3291 while (!isQuiescent() && (ws = workQueues) != null &&
3315 * until the {@link #commonPool()} {@link #isQuiescent}.