Home
last modified time | relevance | path

Searched refs:doExec (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DForkJoinTask.java281 final int doExec() { in doExec() method in ForkJoinTask
322 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()
DForkJoinPool.java1115 (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()