Searched refs:nextLocalTask (Results 1 – 2 of 2) sorted by relevance
795 final ForkJoinTask<?> nextLocalTask() { in nextLocalTask() method in ForkJoinPool.WorkQueue2078 while ((t = w.nextLocalTask()) != null) in helpQuiescePool()2116 if ((t = w.nextLocalTask()) != null) in nextTaskFor()
1265 ((ForkJoinWorkerThread)t).workQueue.nextLocalTask() : in pollNextLocalTask()