Searched refs:tryRemoveAndExec (Results 1 – 1 of 1) sorted by relevance
1194 final boolean tryRemoveAndExec(ForkJoinTask<?> task) { in tryRemoveAndExec() method in ForkJoinPool.WorkQueue2098 outer: while (w.tryRemoveAndExec(task) && task.status >= 0 && in helpStealer()