(ids, num_ids, sce_errs=_aio_errors_p)
| 274 | // int states[] |
| 275 | // ); |
| 276 | function aio_multi_cancel(ids, num_ids, sce_errs=_aio_errors_p) { |
| 277 | sysi('aio_multi_cancel', ids, num_ids, sce_errs); |
| 278 | } |
| 279 | |
| 280 | // // wait for all (AND) or atleast one (OR) to finish |
| 281 | // // DEFAULT is the same as AND |
no test coverage detected