Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinTask.java252 final int doExec() { in doExec() method in ForkJoinTask
293 ForkJoinPool.common.tryExternalUnpush(this) ? doExec() : 0); in externalAwaitDone()
328 ForkJoinPool.common.tryExternalUnpush(this) ? doExec() : in externalInterruptibleAwaitDone()
356 tryUnpush(this) && (s = doExec()) < 0 ? s : in doJoin()
368 return (s = doExec()) < 0 ? s : in doInvoke()
1004 doExec() : 0)) >= 0) { in get()
DForkJoinPool.java1083 (currentSteal = t).doExec(); in localPopAndExec()
1108 t.doExec(); in localPollAndExec()
1123 task.doExec(); in runTask()
1187 (currentSteal = task).doExec(); in tryRemoveAndExec()
1284 t.doExec(); in pollAndExecCC()
2019 p.doExec(); // run local task in helpComplete()
2105 t.doExec(); // help in helpStealer()
2270 (w.currentSteal = t).doExec(); in helpQuiescePool()
2279 (w.currentSteal = t).doExec(); in helpQuiescePool()
3276 t.doExec(); in awaitQuiescence()