MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io / aio_multi_wait

Function aio_multi_wait

g2all/700/lapse.js:317–319  ·  view source on GitHub ↗
(ids, num_ids, sce_errs = _aio_errors_p)

Source from the content-addressed store, hash-verified

315// useconds_t *timeout
316// );
317function aio_multi_wait(ids, num_ids, sce_errs = _aio_errors_p) {
318 sysi("aio_multi_wait", ids, num_ids, sce_errs, 1, 0);
319}
320
321function make_reqs1(num_reqs) {
322 const reqs1 = new Buffer(0x28 * num_reqs);

Callers 1

kexploitFunction · 0.70

Calls 1

sysiFunction · 0.70

Tested by

no test coverage detected