Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/concurrent/tck/
DExecutorCompletionServiceTest.java41 import java.util.concurrent.CompletionService;
88 CompletionService cs = new ExecutorCompletionService(cachedThreadPool); in testSubmitNullCallable()
99 CompletionService cs = new ExecutorCompletionService(cachedThreadPool); in testSubmitNullRunnable()
111 CompletionService cs = new ExecutorCompletionService(cachedThreadPool); in testTake()
122 CompletionService cs = new ExecutorCompletionService(cachedThreadPool); in testTake2()
133 CompletionService cs = new ExecutorCompletionService(cachedThreadPool); in testPoll1()
153 CompletionService cs = new ExecutorCompletionService(cachedThreadPool); in testPoll2()
173 CompletionService cs = new ExecutorCompletionService(cachedThreadPool); in testPollReturnsNull()
194 CompletionService cs = new ExecutorCompletionService(cachedThreadPool); in testTaskAssortment()
235 CompletionService<String> cs = new ExecutorCompletionService<>(e); in testNewTaskForCallable()
[all …]
DExecutorCompletionService9Test.java43 import java.util.concurrent.CompletionService;
63 CompletionService<Integer> cs in solveAll()
76 CompletionService<Integer> cs in solveAny()
/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletionService.java63 public interface CompletionService<V> { interface
DExecutorCompletionService.java103 public class ExecutorCompletionService<V> implements CompletionService<V> {
/libcore/
Dopenjdk_java_files.bp979 "ojluni/src/main/java/java/util/concurrent/CompletionService.java",
DEXPECTED_UPSTREAM1030 …java/util/concurrent/CompletionService.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes/java/…
/libcore/api/
Dcurrent.txt15477 public interface CompletionService<V> {
15894 public class ExecutorCompletionService<V> implements java.util.concurrent.CompletionService<V> {