Searched refs:doExec (Results 1 – 2 of 2) sorted by relevance
281 final int doExec() { in doExec() method in ForkJoinTask322 ForkJoinPool.common.tryExternalUnpush(this) ? doExec() : 0); in externalAwaitDone()357 ForkJoinPool.common.tryExternalUnpush(this) ? doExec() : in externalInterruptibleAwaitDone()385 tryUnpush(this) && (s = doExec()) < 0 ? s : in doJoin()397 return (s = doExec()) < 0 ? s : in doInvoke()1033 doExec() : 0)) >= 0) { in get()
1115 (currentSteal = t).doExec(); in localPopAndExec()1140 t.doExec(); in localPollAndExec()1155 task.doExec(); in runTask()1219 (currentSteal = task).doExec(); in tryRemoveAndExec()1316 t.doExec(); in pollAndExecCC()2051 p.doExec(); // run local task in helpComplete()2137 t.doExec(); // help in helpStealer()2302 (w.currentSteal = t).doExec(); in helpQuiescePool()2311 (w.currentSteal = t).doExec(); in helpQuiescePool()3308 t.doExec(); in awaitQuiescence()