Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DForkJoinTask.java395 private int doInvoke() { in doInvoke() method in ForkJoinTask
726 if ((s = doInvoke() & DONE_MASK) != NORMAL) in invoke()
751 if ((s1 = t1.doInvoke() & DONE_MASK) != NORMAL) in invokeAll()
783 else if (t.doInvoke() < NORMAL && ex == null) in invokeAll()
835 else if (t.doInvoke() < NORMAL && ex == null) in invokeAll()
1077 doInvoke(); in quietlyInvoke()