Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DForkJoinPool.java1194 final boolean tryRemoveAndExec(ForkJoinTask<?> task) { in tryRemoveAndExec() method in ForkJoinPool.WorkQueue
2098 outer: while (w.tryRemoveAndExec(task) && task.status >= 0 && in helpStealer()