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

/libcore/luni/src/main/java/java/util/concurrent/
H A DForkJoinPool.java35 * most applications. The common pool is used by any ForkJoinTask that
36 * is not explicitly submitted to a specified pool. Using the common
95 * <p>The common pool is by default constructed with default
99 * <li>{@code java.util.concurrent.ForkJoinPool.common.parallelism}
101 * <li>{@code java.util.concurrent.ForkJoinPool.common.threadFactory}
103 * <li>{@code java.util.concurrent.ForkJoinPool.common.exceptionHandler}
109 * the common pool by setting the parallelism property to zero, and/or
438 * The static common pool always exists after static
445 * When external threads submit to the common pool, they can
448 * common poo
1071 static final ForkJoinPool common; field in class:ForkJoinPool
[all...]

Completed in 81 milliseconds