Searched refs:currentSteal (Results 1 – 1 of 1) sorted by relevance
827 volatile ForkJoinTask<?> currentSteal; // nonnull when running some task field in ForkJoinPool.WorkQueue1092 if ((t = currentSteal) != null) { in cancelAll()1093 currentSteal = null; in cancelAll()1115 (currentSteal = t).doExec(); in localPopAndExec()1162 currentSteal = null; in runTask()1218 ForkJoinTask<?> ps = currentSteal; in tryRemoveAndExec()1219 (currentSteal = task).doExec(); in tryRemoveAndExec()1220 currentSteal = ps; in tryRemoveAndExec()1663 w.currentSteal = null; in deregisterWorker()1990 w.currentSteal = t; in scan()[all …]