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

/libcore/luni/src/main/java/java/util/concurrent/
H A DCountedCompleter.java26 * this completer itself has a completer, the process is continued
27 * with its completer. As is the case with related synchronization
61 * <p>A CountedCompleter that does not itself have a completer (i.e.,
64 * However, any completer that in turn has another completer serves
72 * completer (and its completer, and so on), if one exists and it has
74 * CountedCompleter has only a local effect on that completer, so is
82 * them up typically vary. Here, the completer o
387 final CountedCompleter<?> completer; field in class:CountedCompleter
398 CountedCompleter(CountedCompleter<?> completer, int initialPendingCount) argument
410 CountedCompleter(CountedCompleter<?> completer) argument
[all...]

Completed in 52 milliseconds