(ids, num_ids, sce_errs = _aio_errors_p)
| 296 | // int states[] |
| 297 | // ); |
| 298 | function aio_multi_cancel(ids, num_ids, sce_errs = _aio_errors_p) { |
| 299 | sysi("aio_multi_cancel", ids, num_ids, sce_errs); |
| 300 | } |
| 301 | |
| 302 | // // wait for all (AND) or atleast one (OR) to finish |
| 303 | // // DEFAULT is the same as AND |
no test coverage detected