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

Function aio_multi_wait

g2all/900/lapse.js:295–297  ·  view source on GitHub ↗
(ids, num_ids, sce_errs=_aio_errors_p)

Source from the content-addressed store, hash-verified

293// useconds_t *timeout
294// );
295function aio_multi_wait(ids, num_ids, sce_errs=_aio_errors_p) {
296 sysi('aio_multi_wait', ids, num_ids, sce_errs, 1, 0);
297}
298
299function make_reqs1(num_reqs) {
300 const reqs1 = new Buffer(0x28 * num_reqs);

Callers 1

kexploitFunction · 0.70

Calls 1

sysiFunction · 0.70

Tested by

no test coverage detected