HomeSort by relevance Sort by last modified time
    Searched defs:ForkJoinPool (Results 1 - 2 of 2) 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
81 * ForkJoinPool.ManagedBlocker} API is used, or the number of possibly
83 * ForkJoinPool#getParallelism} level, the pool cannot guarantee that
187 * See the internal documentation of class ForkJoinPool for a
190 * to methods in ForkJoinWorkerThread and ForkJoinPool.
273 * ForkJoinPool. Other variants are directly incorporated into
289 ForkJoinPool.externalHelpJoin(this)
    [all...]
ForkJoinPool.java 24 * A {@code ForkJoinPool} provides the entry point for submissions
28 * <p>A {@code ForkJoinPool} differs from other kinds of {@link
37 * ForkJoinPool}s may also be appropriate for use with event-style
48 * ForkJoinPool} may be constructed with a given target parallelism
103 * java.util.concurrent.ForkJoinPool.common}: {@code parallelism} --
124 public class ForkJoinPool extends AbstractExecutorService {
465 * ForkJoinPool, ForkJoinWorkerThread, and ForkJoinTask. The
467 * ForkJoinPool, so are directly accessed. There is little point
524 public ForkJoinWorkerThread newThread(ForkJoinPool pool);
533 public final ForkJoinWorkerThread newThread(ForkJoinPool pool)
    [all...]

Completed in 71 milliseconds