Searched refs:maxTasks (Results 1 – 2 of 2) sorted by relevance
706 public final void helpComplete(int maxTasks) { in helpComplete() argument708 if (maxTasks > 0 && status >= 0) { in helpComplete()711 helpComplete(wt.workQueue, this, maxTasks); in helpComplete()713 ForkJoinPool.common.externalHelpComplete(this, maxTasks); in helpComplete()
2036 int maxTasks) { in helpComplete() argument2052 if (maxTasks != 0 && --maxTasks == 0) in helpComplete()2063 if (h == 1 && maxTasks != 0 && --maxTasks == 0) in helpComplete()2597 final int externalHelpComplete(CountedCompleter<?> task, int maxTasks) { in externalHelpComplete() argument2601 helpComplete(ws[(wl - 1) & r & SQMASK], task, maxTasks) : 0; in externalHelpComplete()