Searched refs:pollAt (Results 1 – 1 of 1) sorted by relevance
940 final ForkJoinTask<?> pollAt(int b) { in pollAt() method in ForkJoinPool.WorkQueue2310 if ((t = q.pollAt(q.base)) != null) { in helpQuiescePool()2340 if ((t = q.pollAt(q.base)) != null) in nextTaskFor()3307 if ((t = q.pollAt(b)) != null) in awaitQuiescence()