Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinPool.java756 final ForkJoinTask<?> pollAt(int b) { in pollAt() method in ForkJoinPool.WorkQueue
2088 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()