Searched refs:get_physical (Results 1 – 3 of 3) sorted by relevance
12 - implement `get_physical` on OpenBSD29 - fix `get_physical` count with AMD hyperthreading.60 - add `get_physical` support for macOS82 - `get_physical` gains Windows support112 - fixes `get_physical` count (454ff1b)125 - added `get_physical` function to return number of physical CPUs found
5 println!("Physical CPUs: {}", num_cpus::get_physical()); in main()
105 pub fn get_physical() -> usize { in get_physical() function448 let num = super::get_physical(); in test_get_physical()