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

Function get_current_rtprio

g2all/700/lapse.js:422–429  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

420}
421
422function get_current_rtprio() {
423 const _rtprio = new Buffer(4);
424 sysi("rtprio_thread", RTP_LOOKUP, 0, _rtprio.addr);
425 return {
426 type: _rtprio.read16(0),
427 prio: _rtprio.read16(2),
428 };
429}
430
431function set_rtprio(rtprio_obj) {
432 const _rtprio = new Buffer(4);

Callers 1

kexploitFunction · 0.85

Calls 2

sysiFunction · 0.70
read16Method · 0.45

Tested by

no test coverage detected