rustix::process

Function sched_getcpu

source
pub fn sched_getcpu() -> usize
Expand description

sched_getcpu()—Get the CPU that the current thread is currently on.

§References