Home
last modified time | relevance | path

Searched defs:get_host_cpu_clusters (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/riscv64/src/
Dlib.rs510 fn get_host_cpu_clusters() -> Result<Vec<CpuSet>> { in get_host_cpu_clusters() method
/external/crosvm/aarch64/src/
Dlib.rs1090 fn get_host_cpu_clusters() -> std::result::Result<Vec<CpuSet>, Self::Error> { in get_host_cpu_clusters() method
/external/crosvm/arch/src/
Dlib.rs602 fn get_host_cpu_clusters() -> Result<Vec<CpuSet>, Self::Error>; in get_host_cpu_clusters() method
/external/crosvm/x86_64/src/
Dlib.rs1501 fn get_host_cpu_clusters() -> Result<Vec<CpuSet>> { in get_host_cpu_clusters() method