Searched defs:tasks (Results 1 – 12 of 12) sorted by relevance
244 <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> tasks) in invokeAll()274 <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> tasks, in invokeAll()296 <T> T invokeAny(Collection<? extends Callable<T>> tasks) in invokeAny()321 <T> T invokeAny(Collection<? extends Callable<T>> tasks, in invokeAny()
110 private <T> T doInvokeAny(Collection<? extends Callable<T>> tasks, in doInvokeAny()181 public <T> T invokeAny(Collection<? extends Callable<T>> tasks) in invokeAny()191 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, in invokeAny()197 public <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> tasks) in invokeAll()228 public <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> tasks, in invokeAll()
740 public static void invokeAll(ForkJoinTask<?>... tasks) { in invokeAll()784 public static <T extends ForkJoinTask<?>> Collection<T> invokeAll(Collection<T> tasks) { in invokeAll()
1381 List<Runnable> tasks; in shutdownNow() local
2583 public <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> tasks) { in invokeAll()
70 File tasks = new File("/proc/self/task"); in waitUntilAllThreadsStopped() local
528 ScheduledFuture[] tasks = new ScheduledFuture[5]; in testGetQueue() local552 ScheduledFuture[] tasks = new ScheduledFuture[5]; in testRemove() local586 ScheduledFuture[] tasks = new ScheduledFuture[5]; in testPurge() local639 ScheduledFuture[] tasks = new ScheduledFuture[5]; in testShutdown1() local668 ScheduledFuture[] tasks = new ScheduledFuture[5]; in testShutdown2() local
577 ScheduledFuture[] tasks = new ScheduledFuture[5]; in testGetQueue() local601 ScheduledFuture[] tasks = new ScheduledFuture[5]; in testRemove() local635 ScheduledFuture[] tasks = new ScheduledFuture[5]; in testPurge() local688 ScheduledFuture[] tasks = new ScheduledFuture[5]; in testShutdown1() local717 ScheduledFuture[] tasks = new ScheduledFuture[5]; in testShutdown2() local
499 FutureTask[] tasks = new FutureTask[5]; in testGetQueue() local531 Runnable[] tasks = new Runnable[5]; in testRemove() local570 FutureTask[] tasks = new FutureTask[5]; in testPurge() local1122 TrackedNoOpRunnable[] tasks = new TrackedNoOpRunnable[5]; in testSaturatedExecute2() local1148 TrackedNoOpRunnable[] tasks = new TrackedNoOpRunnable[5]; in testSaturatedExecute3() local
572 FutureTask[] tasks = new FutureTask[5]; in testGetQueue() local604 Runnable[] tasks = new Runnable[6]; in testRemove() local643 FutureTask[] tasks = new FutureTask[5]; in testPurge() local1021 TrackedNoOpRunnable[] tasks = new TrackedNoOpRunnable[5]; in testSaturatedExecute2() local1047 TrackedNoOpRunnable[] tasks = new TrackedNoOpRunnable[5]; in testSaturatedExecute3() local
277 TimerTestTask[] tasks = new TimerTestTask[100]; in test_purge() local
181 private TimerHeap tasks = new TimerHeap(); field in Timer.TimerImpl