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

Function poll_aio

g2all/700/lapse.js:339–344  ·  view source on GitHub ↗
(ids, states, num_ids = ids.length)

Source from the content-addressed store, hash-verified

337}
338
339function poll_aio(ids, states, num_ids = ids.length) {
340 if (states !== undefined) {
341 states = states.addr;
342 }
343 aio_multi_poll(ids.addr, num_ids, states);
344}
345
346function cancel_aios(ids_p, num_ids) {
347 const len = max_aio_ids;

Callers 1

double_free_reqs1Function · 0.70

Calls 1

aio_multi_pollFunction · 0.70

Tested by

no test coverage detected