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

Function set_our_affinity

g2all/900/lapse.js:383–392  ·  view source on GitHub ↗
(mask)

Source from the content-addressed store, hash-verified

381}
382
383function set_our_affinity(mask) {
384 sysi(
385 'cpuset_setaffinity',
386 CPU_LEVEL_WHICH,
387 CPU_WHICH_TID,
388 -1,
389 8,
390 mask.addr,
391 );
392}
393
394function close(fd) {
395 sysi('close', fd);

Callers 1

kexploitFunction · 0.85

Calls 1

sysiFunction · 0.70

Tested by

no test coverage detected