devela::_dep::rustix::process

Function sched_getcpu

pub fn sched_getcpu() -> usize 
Available on crate feature dep_rustix only.
Expand description

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

§References