Searched defs:ecs (Results 1 – 3 of 3) sorted by relevance
65 final ExecutorCompletionService ecs = new ExecutorCompletionService(e); in testSubmitNPE() local80 final ExecutorCompletionService ecs = new ExecutorCompletionService(e); in testSubmitNPE2() local95 final ExecutorCompletionService ecs = new ExecutorCompletionService(e); in testTake() local109 final ExecutorCompletionService ecs = new ExecutorCompletionService(e); in testTake2() local123 final ExecutorCompletionService ecs = new ExecutorCompletionService(e); in testPoll1() local146 final ExecutorCompletionService ecs = new ExecutorCompletionService(e); in testPoll2() local174 ExecutorCompletionService<String> ecs = in testNewTaskForCallable() local205 final ExecutorCompletionService<String> ecs = in testNewTaskForRunnable() local
80 ExecutorCompletionService ecs = new ExecutorCompletionService(executor); in testSecureRandomThreadSafety() local
127 ExecutorCompletionService<T> ecs = in doInvokeAny() local