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

Function get_current_core

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

Source from the content-addressed store, hash-verified

414}
415
416function get_current_core() {
417 const mask = new Buffer(sizeof_cpuset_t_);
418 get_cpu_affinity(mask);
419 return get_core_index(mask);
420}
421
422function get_current_rtprio() {
423 const _rtprio = new Buffer(4);

Callers 1

kexploitFunction · 0.85

Calls 2

get_cpu_affinityFunction · 0.85
get_core_indexFunction · 0.85

Tested by

no test coverage detected