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.java52 import java.util.concurrent.ExecutorCompletionService;
83 new ExecutorCompletionService(null); in testConstructorNPE()
94 new ExecutorCompletionService(cachedThreadPool, null); in testConstructorNPE2()
104 CompletionService cs = new ExecutorCompletionService(cachedThreadPool); in testSubmitNullCallable()
116 CompletionService cs = new ExecutorCompletionService(cachedThreadPool); in testSubmitNullRunnable()
129 CompletionService cs = new ExecutorCompletionService(cachedThreadPool); in testTake()
141 CompletionService cs = new ExecutorCompletionService(cachedThreadPool); in testTake2()
153 CompletionService cs = new ExecutorCompletionService(cachedThreadPool); in testPoll1()
174 CompletionService cs = new ExecutorCompletionService(cachedThreadPool); in testPoll2()
195 CompletionService cs = new ExecutorCompletionService(cachedThreadPool); in testPollReturnsNull()
[all …]
DExecutorCompletionService9Test.java55 import java.util.concurrent.ExecutorCompletionService;
78 = new ExecutorCompletionService<>(e); in solveAll()
91 = 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.java105 public class ExecutorCompletionService<V> implements CompletionService<V> { class
147 public ExecutorCompletionService(Executor executor) { in ExecutorCompletionService() method in ExecutorCompletionService
169 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.bp1002 "ojluni/src/main/java/java/util/concurrent/ExecutorCompletionService.java",
DEXPECTED_UPSTREAM1055 …l/concurrent/ExecutorCompletionService.java,jdk21u/jdk-21.0.4-ga,src/java.base/share/classes/java/…
/libcore/api/
Dcurrent.txt16048 public class ExecutorCompletionService<V> implements java.util.concurrent.CompletionService<V> {
16049 ctor public ExecutorCompletionService(java.util.concurrent.Executor);
16050 …ctor public ExecutorCompletionService(java.util.concurrent.Executor, java.util.concurrent.Blocking…