HomeSort by relevance Sort by last modified time
    Searched defs:ForkJoinPool (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinTask.java 27 * Abstract base class for tasks that run within a {@link ForkJoinPool}.
31 * ForkJoinPool, at the price of some usage limitations.
34 * explicitly submitted to a {@link ForkJoinPool}, or, if not already
36 * ForkJoinPool.commonPool()} via {@link #fork}, {@link #invoke}, or
80 * ForkJoinPool.ManagedBlocker} API is used, or the number of possibly
82 * ForkJoinPool#getParallelism} level, the pool cannot guarantee that
183 * See the internal documentation of class ForkJoinPool for a
186 * to methods in ForkJoinWorkerThread and ForkJoinPool.
269 * ForkJoinPool. Other variants are directly incorporated into
285 ForkJoinPool cp = ForkJoinPool.common
    [all...]
ForkJoinPool.java 26 * A {@code ForkJoinPool} provides the entry point for submissions
30 * <p>A {@code ForkJoinPool} differs from other kinds of {@link
39 * ForkJoinPool}s may also be appropriate for use with event-style
50 * ForkJoinPool} may be constructed with a given target parallelism
107 * <li>{@code java.util.concurrent.ForkJoinPool.common.parallelism}
109 * <li>{@code java.util.concurrent.ForkJoinPool.common.threadFactory}
111 * <li>{@code java.util.concurrent.ForkJoinPool.common.exceptionHandler}
132 public class ForkJoinPool extends AbstractExecutorService {
470 * ForkJoinPool, ForkJoinWorkerThread, and ForkJoinTask. The
472 * ForkJoinPool, so are directly accessed. There is little poin
    [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 1036 milliseconds