Home
last modified time | relevance | path

Searched refs:pollAt (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DForkJoinPool.java937 final ForkJoinTask<?> pollAt(int b) { in pollAt() method in ForkJoinPool.WorkQueue
2307 if ((t = q.pollAt(q.base)) != null) { in helpQuiescePool()
2337 if ((t = q.pollAt(q.base)) != null) in nextTaskFor()
3304 if ((t = q.pollAt(b)) != null) in awaitQuiescence()