Searched refs:pollAt (Results 1 – 1 of 1) sorted by relevance
756 final ForkJoinTask<?> pollAt(int b) { in pollAt() method in ForkJoinPool.WorkQueue2088 if ((b = q.base) - q.top < 0 && (t = q.pollAt(b)) != null) { in helpQuiescePool()2120 if ((b = q.base) - q.top < 0 && (t = q.pollAt(b)) != null) in nextTaskFor()3048 if ((t = q.pollAt(b)) != null) in awaitQuiescence()