Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinPool.java882 final boolean tryRemoveAndExec(ForkJoinTask<?> task) { in tryRemoveAndExec() method in ForkJoinPool.WorkQueue
1986 do {} while (joiner.tryRemoveAndExec(task) && // process local tasks in awaitJoin()
2035 do {} while (joiner.tryRemoveAndExec(task) && // process local tasks in helpJoinOnce()