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

Function poll_aio

g2all/900/lapse.js:319–324  ·  view source on GitHub ↗
(ids, states, num_ids=ids.length)

Source from the content-addressed store, hash-verified

317}
318
319function poll_aio(ids, states, num_ids=ids.length) {
320 if (states !== undefined) {
321 states = states.addr;
322 }
323 aio_multi_poll(ids.addr, num_ids, states);
324}
325
326function cancel_aios(ids_p, num_ids) {
327 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