Searched refs:maxTasks (Results 1 – 1 of 1) 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()