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

/libcore/luni/src/main/java/java/util/concurrent/
H A DForkJoinPool.java368 * method tryCompensate() may create or re-activate a spare
433 * methods tryCompensate and awaitJoin.
1921 final boolean tryCompensate(long c) { method in class:ForkJoinPool
1987 if (!tryCompensate(cc))
3158 if (p.tryCompensate(p.ctl)) {

Completed in 159 milliseconds