get_self_affinity

Function get_self_affinity 

Source
pub fn get_self_affinity(num_cpus: usize) -> Result<CpuSet, ()>
Expand description

Get the cpu affinity for the current thread. See get_affinity.