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

  /libcore/ojluni/src/main/java/java/util/concurrent/
CountedCompleter.java 133 * (here, implicitly using the {@link ForkJoinPool#commonPool()}).
713 ForkJoinPool.common.externalHelpComplete(this, maxTasks);
ForkJoinTask.java 52 * Abstract base class for tasks that run within a {@link ForkJoinPool}.
56 * ForkJoinPool, at the price of some usage limitations.
59 * explicitly submitted to a {@link ForkJoinPool}, or, if not already
61 * ForkJoinPool#commonPool()} via {@link #fork}, {@link #invoke}, or
106 * ForkJoinPool.ManagedBlocker} API is used, or the number of possibly
108 * ForkJoinPool#getParallelism} level, the pool cannot guarantee that
211 * See the internal documentation of class ForkJoinPool for a
214 * to methods in ForkJoinWorkerThread and ForkJoinPool.
320 ForkJoinPool.common.externalHelpComplete(
322 ForkJoinPool.common.tryExternalUnpush(this) ? doExec() : 0)
    [all...]
ForkJoinPool.java 52 * A {@code ForkJoinPool} provides the entry point for submissions
56 * <p>A {@code ForkJoinPool} differs from other kinds of {@link
65 * ForkJoinPool}s may also be appropriate for use with event-style
76 * ForkJoinPool} may be constructed with a given target parallelism
133 * <li>{@code java.util.concurrent.ForkJoinPool.common.parallelism}
135 * <li>{@code java.util.concurrent.ForkJoinPool.common.threadFactory}
137 * <li>{@code java.util.concurrent.ForkJoinPool.common.exceptionHandler}
139 * <li>{@code java.util.concurrent.ForkJoinPool.common.maximumSpares}
166 public class ForkJoinPool extends AbstractExecutorService {
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
ForkJoinPool8Test.java 16 import java.util.concurrent.ForkJoinPool;
39 assertEquals(ForkJoinPool.getCommonPoolParallelism(),
40 ForkJoinPool.commonPool().getParallelism());
47 assertFalse(ForkJoinPool.commonPool().isShutdown());
48 assertFalse(ForkJoinPool.commonPool().isTerminating());
49 assertFalse(ForkJoinPool.commonPool().isTerminated());
50 ForkJoinPool.commonPool().shutdown();
51 assertFalse(ForkJoinPool.commonPool().isShutdown());
52 assertFalse(ForkJoinPool.commonPool().isTerminating());
53 assertFalse(ForkJoinPool.commonPool().isTerminated())
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.3.Final/
netty-common-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.6.Final/
netty-common-4.1.6.Final.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/current/
core.jar 
  /prebuilts/sdk/system_23/
android.jar 

Completed in 252 milliseconds