Searched refs:Executor (Results 1 – 12 of 12) sorted by relevance
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | CompletionStage.java | 205 Executor executor); in thenApplyAsync() 250 Executor executor); in thenAcceptAsync() 291 Executor executor); in thenRunAsync() 352 Executor executor); in thenCombineAsync() 410 Executor executor); in thenAcceptBothAsync() 458 Executor executor); in runAfterBothAsync() 515 Executor executor); in applyToEitherAsync() 570 Executor executor); in acceptEitherAsync() 621 Executor executor); in runAfterEitherAsync() 699 Executor executor); in thenComposeAsync() [all …]
|
D | ExecutorCompletionService.java | 107 private final Executor executor; 148 public ExecutorCompletionService(Executor executor) { in ExecutorCompletionService() 170 public ExecutorCompletionService(Executor executor, in ExecutorCompletionService()
|
D | Executor.java | 126 public interface Executor { interface
|
D | ExecutorService.java | 142 public interface ExecutorService extends Executor {
|
/libcore/ojluni/annotations/mmodule/java/util/concurrent/ |
D | CompletableFuture.annotated.java | 48 …pplyAsync(java.util.function.Supplier<U> supplier, java.util.concurrent.Executor executor) { throw… in supplyAsync() 52 …a.lang.Void> runAsync(java.lang.Runnable runnable, java.util.concurrent.Executor executor) { throw… in runAsync() 74 ….util.function.Function<? super T,? extends U> fn, java.util.concurrent.Executor executor) { throw… in thenApplyAsync() 80 …ync(java.util.function.Consumer<? super T> action, java.util.concurrent.Executor executor) { throw… in thenAcceptAsync() 86 …lang.Void> thenRunAsync(java.lang.Runnable action, java.util.concurrent.Executor executor) { throw… in thenRunAsync() 92 …on.BiFunction<? super T,? super U,? extends V> fn, java.util.concurrent.Executor executor) { throw… in thenCombineAsync() 98 …l.function.BiConsumer<? super T,? super U> action, java.util.concurrent.Executor executor) { throw… in thenAcceptBothAsync() 104 …mpletionStage<?> other, java.lang.Runnable action, java.util.concurrent.Executor executor) { throw… in runAfterBothAsync() 110 …ther, java.util.function.Function<? super T,U> fn, java.util.concurrent.Executor executor) { throw… in applyToEitherAsync() 116 …er, java.util.function.Consumer<? super T> action, java.util.concurrent.Executor executor) { throw… in acceptEitherAsync() [all …]
|
/libcore/ojluni/src/main/java/java/lang/ |
D | UNIXProcess.java | 40 import java.util.concurrent.Executor; 118 private static final Executor processReaperExecutor = 119 doPrivileged(new PrivilegedAction<Executor>() { 120 public Executor run() {
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | UNIXProcess.java | 113 private static final java.util.concurrent.Executor processReaperExecutor;
|
/libcore/ojluni/src/main/java/java/sql/ |
D | Connection.java | 30 import java.util.concurrent.Executor;
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | AsynchronousChannelGroupImpl.java | 47 extends AsynchronousChannelGroup implements Executor
|
D | Invoker.java | 236 Executor executor) in invokeIndirectly()
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | CompletableFutureTest.java | 32 import java.util.concurrent.Executor; 551 static final class ThreadExecutor implements Executor { 3363 Executor e = f.defaultExecutor(); in testDefaultExecutor() 3364 Executor c = ForkJoinPool.commonPool(); in testDefaultExecutor() 3603 public void testDelayedExecutor(Executor executor, Integer v) throws Exception { in testDelayedExecutor() 3607 final Executor delayer, longDelayer; in testDelayedExecutor()
|
/libcore/ |
D | openjdk_java_files.bp | 949 "ojluni/src/main/java/java/util/concurrent/Executor.java",
|