pub const SYSFS_CPU_ROOT: &str = "/sys/devices/system/cpu";Expand description
Where Linux publishes per-CPU topology. CpuTopology::detect reads
{root}/cpu{n}/topology/thread_siblings_list under this directory.
pub const SYSFS_CPU_ROOT: &str = "/sys/devices/system/cpu";Where Linux publishes per-CPU topology. CpuTopology::detect reads
{root}/cpu{n}/topology/thread_siblings_list under this directory.