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

/libcore/ojluni/src/main/java/sun/nio/ch/
H A DSimpleAsynchronousFileChannelImpl.java46 static final ExecutorService defaultExecutor = field in class:SimpleAsynchronousFileChannelImpl.DefaultExecutorHolder
72 DefaultExecutorHolder.defaultExecutor : pool.executor();
/libcore/ojluni/src/main/java/java/util/concurrent/
H A DCompletableFuture.java2014 return uniApplyStage(defaultExecutor(), fn);
2027 return uniAcceptStage(defaultExecutor(), action);
2040 return uniRunStage(defaultExecutor(), action);
2057 return biApplyStage(defaultExecutor(), other, fn);
2075 return biAcceptStage(defaultExecutor(), other, action);
2091 return biRunStage(defaultExecutor(), other, action);
2107 return orApplyStage(defaultExecutor(), other, fn);
2123 return orAcceptStage(defaultExecutor(), other, action);
2139 return orRunStage(defaultExecutor(), other, action);
2155 return uniComposeStage(defaultExecutor(), f
2428 public Executor defaultExecutor() { method in class:CompletableFuture
[all...]

Completed in 62 milliseconds