Home
last modified time | relevance | path

Searched refs:defaultExecutor (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletableFuture.java1863 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/
DSimpleAsynchronousFileChannelImpl.java46 static final ExecutorService defaultExecutor = field in SimpleAsynchronousFileChannelImpl.DefaultExecutorHolder
72 DefaultExecutorHolder.defaultExecutor : pool.executor(); in open()
/libcore/ojluni/annotations/mmodule/java/util/concurrent/
DCompletableFuture.annotated.java166 public java.util.concurrent.Executor defaultExecutor() { throw new RuntimeException("Stub!"); } in defaultExecutor() method in CompletableFuture
/libcore/ojluni/annotations/flagged_api/java/util/concurrent/
DCompletableFuture.annotated.java78 public java.util.concurrent.Executor defaultExecutor() { throw new RuntimeException("Stub!"); } in defaultExecutor() method in CompletableFuture
/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java3371 Executor e = f.defaultExecutor(); in testDefaultExecutor()
/libcore/ojluni/src/test/java/util/concurrent/tck/
DCompletableFutureTest.java3874 Executor e = f.defaultExecutor(); in testDefaultExecutor()
/libcore/api/
Dcurrent.txt15557 method public java.util.concurrent.Executor defaultExecutor();