Home | History | Annotate | Download | only in jsr166

Lines Matching refs:invokeAll

177                 invokeAll(f1, f2);
195 invokeAll(f1, f2);
864 * invokeAll(t1, t2) invokes all task arguments
871 invokeAll(f, g);
881 * invokeAll(tasks) with 1 argument invokes task
887 invokeAll(f);
895 * invokeAll(tasks) with > 2 argument invokes tasks
903 invokeAll(f, g, h);
918 * invokeAll(collection) invokes all tasks in the collection
930 invokeAll(set);
945 * invokeAll(tasks) with any null task throws NPE
954 invokeAll(f, g, h);
962 * invokeAll(t1, t2) throw exception if any task does
970 invokeAll(f, g);
980 * invokeAll(tasks) with 1 argument throws exception if task does
987 invokeAll(g);
997 * invokeAll(tasks) with > 2 argument throws exception if any task does
1006 invokeAll(f, g, h);
1016 * invokeAll(collection) throws exception if any task does
1029 invokeAll(set);
1206 invokeAll(new SortTask(array, lo, mid),