Searched refs:defaultExecutor (Results 1 – 7 of 7) sorted by relevance
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | CompletableFuture.java | 1863 ForkJoinPool.helpAsyncBlocker(defaultExecutor(), q); in waitingGet() 1909 ForkJoinPool.helpAsyncBlocker(defaultExecutor(), q); in timedGet() 2181 return uniApplyStage(defaultExecutor(), fn); in thenApplyAsync() 2194 return uniAcceptStage(defaultExecutor(), action); in thenAcceptAsync() 2207 return uniRunStage(defaultExecutor(), action); in thenRunAsync() 2224 return biApplyStage(defaultExecutor(), other, fn); in thenCombineAsync() 2242 return biAcceptStage(defaultExecutor(), other, action); in thenAcceptBothAsync() 2258 return biRunStage(defaultExecutor(), other, action); in runAfterBothAsync() 2274 return orApplyStage(defaultExecutor(), other, fn); in applyToEitherAsync() 2290 return orAcceptStage(defaultExecutor(), other, action); in acceptEitherAsync() [all …]
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | SimpleAsynchronousFileChannelImpl.java | 46 static final ExecutorService defaultExecutor = field in SimpleAsynchronousFileChannelImpl.DefaultExecutorHolder 72 DefaultExecutorHolder.defaultExecutor : pool.executor(); in open()
|
/libcore/ojluni/annotations/mmodule/java/util/concurrent/ |
D | CompletableFuture.annotated.java | 166 public java.util.concurrent.Executor defaultExecutor() { throw new RuntimeException("Stub!"); } in defaultExecutor() method in CompletableFuture
|
/libcore/ojluni/annotations/flagged_api/java/util/concurrent/ |
D | CompletableFuture.annotated.java | 78 public java.util.concurrent.Executor defaultExecutor() { throw new RuntimeException("Stub!"); } in defaultExecutor() method in CompletableFuture
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | CompletableFutureTest.java | 3371 Executor e = f.defaultExecutor(); in testDefaultExecutor()
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | CompletableFutureTest.java | 3874 Executor e = f.defaultExecutor(); in testDefaultExecutor()
|
/libcore/api/ |
D | current.txt | 15557 method public java.util.concurrent.Executor defaultExecutor();
|