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

/libcore/luni/src/main/java/java/util/concurrent/
H A DForkJoinPool.java34 * A {@code ForkJoinPool} provides the entry point for submissions
38 * <p>A {@code ForkJoinPool} differs from other kinds of {@link
45 * constructors, {@code ForkJoinPool}s may also be appropriate for use
48 * <p>A {@code ForkJoinPool} is constructed with a given target
99 * <p><b>Sample Usage.</b> Normally a single {@code ForkJoinPool} is
105 * ForkJoinPool} uses threads in {@linkplain java.lang.Thread#isDaemon
110 * static final ForkJoinPool mainPool = new ForkJoinPool();
129 public class ForkJoinPool extends AbstractExecutorService { class in inherits:AbstractExecutorService
306 * among classes ForkJoinPool, ForkJoinWorkerThrea
1381 public ForkJoinPool() { method in class:ForkJoinPool
1396 public ForkJoinPool(int parallelism) { method in class:ForkJoinPool
1420 public ForkJoinPool(int parallelism, method in class:ForkJoinPool
[all...]

Completed in 34 milliseconds