Home
last modified time | relevance | path

Searched refs:ExecutorCompletionService (Results 1 – 9 of 9) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DExecutorCompletionServiceTest.java15 import java.util.concurrent.ExecutorCompletionService;
44 new ExecutorCompletionService(null); in testConstructorNPE()
55 new ExecutorCompletionService(e, null); in testConstructorNPE2()
65 final ExecutorCompletionService ecs = new ExecutorCompletionService(e); in testSubmitNPE()
80 final ExecutorCompletionService ecs = new ExecutorCompletionService(e); in testSubmitNPE2()
95 final ExecutorCompletionService ecs = new ExecutorCompletionService(e); in testTake()
109 final ExecutorCompletionService ecs = new ExecutorCompletionService(e); in testTake2()
123 final ExecutorCompletionService ecs = new ExecutorCompletionService(e); in testPoll1()
146 final ExecutorCompletionService ecs = new ExecutorCompletionService(e); in testPoll2()
174 ExecutorCompletionService<String> ecs = in testNewTaskForCallable()
[all …]
/libcore/ojluni/src/test/java/util/concurrent/tck/
DExecutorCompletionServiceTest.java44 import java.util.concurrent.ExecutorCompletionService;
69 new ExecutorCompletionService(null); in testConstructorNPE()
79 new ExecutorCompletionService(cachedThreadPool, null); in testConstructorNPE2()
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()
[all …]
DExecutorCompletionService9Test.java46 import java.util.concurrent.ExecutorCompletionService;
64 = new ExecutorCompletionService<>(e); in solveAll()
77 = new ExecutorCompletionService<>(e); in solveAny()
/libcore/luni/src/test/java/tests/security/
DSecureRandomTest.java22 import java.util.concurrent.ExecutorCompletionService;
80 ExecutorCompletionService ecs = new ExecutorCompletionService(executor); in testSecureRandomThreadSafety()
/libcore/ojluni/src/main/java/java/util/concurrent/
DExecutorCompletionService.java103 public class ExecutorCompletionService<V> implements CompletionService<V> { class
145 public ExecutorCompletionService(Executor executor) { in ExecutorCompletionService() method in ExecutorCompletionService
167 public ExecutorCompletionService(Executor executor, in ExecutorCompletionService() method in ExecutorCompletionService
DAbstractExecutorService.java161 ExecutorCompletionService<T> ecs = in doInvokeAny()
162 new ExecutorCompletionService<T>(this); in doInvokeAny()
/libcore/
Dopenjdk_java_files.bp998 "ojluni/src/main/java/java/util/concurrent/ExecutorCompletionService.java",
DEXPECTED_UPSTREAM1049 …l/concurrent/ExecutorCompletionService.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes/java/…
/libcore/api/
Dcurrent.txt15894 public class ExecutorCompletionService<V> implements java.util.concurrent.CompletionService<V> {
15895 ctor public ExecutorCompletionService(java.util.concurrent.Executor);
15896 …ctor public ExecutorCompletionService(java.util.concurrent.Executor, java.util.concurrent.Blocking…