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

Function set_rtprio

g2all/700/lapse.js:431–436  ·  view source on GitHub ↗
(rtprio_obj)

Source from the content-addressed store, hash-verified

429}
430
431function set_rtprio(rtprio_obj) {
432 const _rtprio = new Buffer(4);
433 _rtprio.write16(0, rtprio_obj.type);
434 _rtprio.write16(2, rtprio_obj.prio);
435 sysi("rtprio_thread", RTP_SET, 0, _rtprio.addr);
436}
437
438function close(fd) {
439 sysi("close", fd);

Callers 1

kexploitFunction · 0.85

Calls 2

sysiFunction · 0.70
write16Method · 0.45

Tested by

no test coverage detected