Home | History | Annotate | Download | only in jsr166

Lines Matching refs:invokeAll

187                 invokeAll(f1, f2);
205 invokeAll(f1, f2);
876 * invokeAll(t1, t2) invokes all task arguments
883 invokeAll(f, g);
893 * invokeAll(tasks) with 1 argument invokes task
899 invokeAll(f);
907 * invokeAll(tasks) with > 2 argument invokes tasks
915 invokeAll(f, g, h);
930 * invokeAll(collection) invokes all tasks in the collection
942 invokeAll(set);
957 * invokeAll(tasks) with any null task throws NPE
966 invokeAll(f, g, h);
974 * invokeAll(t1, t2) throw exception if any task does
982 invokeAll(f, g);
992 * invokeAll(tasks) with 1 argument throws exception if task does
999 invokeAll(g);
1009 * invokeAll(tasks) with > 2 argument throws exception if any task does
1018 invokeAll(f, g, h);
1028 * invokeAll(collection) throws exception if any task does
1041 invokeAll(set);
1218 invokeAll(new SortTask(array, lo, mid),