Searched refs:ExecutorCompletionService (Results 1 – 5 of 5) sorted by relevance
15 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 …]
22 import java.util.concurrent.ExecutorCompletionService;80 ExecutorCompletionService ecs = new ExecutorCompletionService(executor); in testSecureRandomThreadSafety()
77 public class ExecutorCompletionService<V> implements CompletionService<V> { class119 public ExecutorCompletionService(Executor executor) { in ExecutorCompletionService() method in ExecutorCompletionService141 public ExecutorCompletionService(Executor executor, in ExecutorCompletionService() method in ExecutorCompletionService
127 ExecutorCompletionService<T> ecs = in doInvokeAny()128 new ExecutorCompletionService<T>(this); in doInvokeAny()
113 luni/src/main/java/java/util/concurrent/ExecutorCompletionService.java \