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

/libcore/luni/src/main/java/java/util/concurrent/
H A DCountedCompleter.java22 * methods {@link #setPendingCount}, {@link #addToPendingCount}, and
124 * setPendingCount(2); // must set pending count before fork
147 * setPendingCount(1); // only one pending
273 * setPendingCount(1); // only right is pending
488 public final void setPendingCount(int count) { method in class:CountedCompleter

Completed in 97 milliseconds