Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DCountedCompleter.java677 public final void helpComplete(int maxTasks) { in helpComplete() method in CountedCompleter
682 helpComplete(wt.workQueue, this, maxTasks); in helpComplete()
DForkJoinPool.java2003 final int helpComplete(WorkQueue w, CountedCompleter<?> task, in helpComplete() method in ForkJoinPool
2204 helpComplete(w, cc, 0); in awaitJoin()
2569 helpComplete(ws[(wl - 1) & r & SQMASK], task, maxTasks) : 0; in externalHelpComplete()