Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinTask.java366 private int doInvoke() { in doInvoke() method in ForkJoinTask
697 if ((s = doInvoke() & DONE_MASK) != NORMAL) in invoke()
722 if ((s1 = t1.doInvoke() & DONE_MASK) != NORMAL) in invokeAll()
754 else if (t.doInvoke() < NORMAL && ex == null) in invokeAll()
806 else if (t.doInvoke() < NORMAL && ex == null) in invokeAll()
1048 doInvoke(); in quietlyInvoke()