Searched refs:currentSteal (Results 1 – 1 of 1) sorted by relevance
795 volatile ForkJoinTask<?> currentSteal; // nonnull when running some task field in ForkJoinPool.WorkQueue1060 if ((t = currentSteal) != null) { in cancelAll()1061 currentSteal = null; in cancelAll()1083 (currentSteal = t).doExec(); in localPopAndExec()1130 currentSteal = null; in runTask()1186 ForkJoinTask<?> ps = currentSteal; in tryRemoveAndExec()1187 (currentSteal = task).doExec(); in tryRemoveAndExec()1188 currentSteal = ps; in tryRemoveAndExec()1631 w.currentSteal = null; in deregisterWorker()1958 w.currentSteal = t; in scan()[all …]