Searched defs:doInvoke (Results 1 - 1 of 1) sorted by relevance

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

Completed in 7 milliseconds