Home | History | Annotate | Download | only in jsr166

Lines Matching refs:invokeAll

198                 invokeAll(f1, f2);
216 invokeAll(f1, f2);
689 * invokeAll(t1, t2) invokes all task arguments
696 invokeAll(f, g);
706 * invokeAll(tasks) with 1 argument invokes task
712 invokeAll(f);
720 * invokeAll(tasks) with > 2 argument invokes tasks
728 invokeAll(f, g, h);
743 * invokeAll(collection) invokes all tasks in the collection
755 invokeAll(set);
770 * invokeAll(tasks) with any null task throws NPE
779 invokeAll(f, g, h);
787 * invokeAll(t1, t2) throw exception if any task does
795 invokeAll(f, g);
805 * invokeAll(tasks) with 1 argument throws exception if task does
812 invokeAll(g);
822 * invokeAll(tasks) with > 2 argument throws exception if any task does
831 invokeAll(f, g, h);
841 * invokeAll(collection) throws exception if any task does
854 invokeAll(set);
1322 * invokeAll(t1, t2) invokes all task arguments
1329 invokeAll(f, g);
1339 * invokeAll(tasks) with 1 argument invokes task
1345 invokeAll(f);
1353 * invokeAll(tasks) with > 2 argument invokes tasks
1361 invokeAll(f, g, h);
1373 * invokeAll(collection) invokes all tasks in the collection
1385 invokeAll(set);
1397 * invokeAll(tasks) with any null task throws NPE
1406 invokeAll(f, g, h);
1414 * invokeAll(t1, t2) throw exception if any task does
1422 invokeAll(f, g);
1432 * invokeAll(tasks) with 1 argument throws exception if task does
1439 invokeAll(g);
1449 * invokeAll(tasks) with > 2 argument throws exception if any task does
1458 invokeAll(f, g, h);
1468 * invokeAll(collection) throws exception if any task does
1481 invokeAll(set);