Home
last modified time | relevance | path

Searched defs:CpuSet (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/rustix/src/process/
Dsched.rs17 pub struct CpuSet { struct
18 cpu_set: backend::process::types::RawCpuSet, argument
21 impl CpuSet { implementation
71 impl Default for CpuSet { implementation
107 pub fn sched_getaffinity(pid: Option<Pid>) -> io::Result<CpuSet> { in sched_getaffinity()
/third_party/rust/crates/nix/src/
Dsched.rs173 pub struct CpuSet { struct
175 cpu_set: libc::cpu_set_t,
177 cpu_set: libc::cpuset_t,
180 impl CpuSet { implementation
235 impl Default for CpuSet { implementation
296 pub fn sched_getaffinity(pid: Pid) -> Result<CpuSet> { in sched_getaffinity()
/third_party/lzma/CPP/Windows/
DSystem.h41 void CpuSet(unsigned cpuIndex) in CpuSet() function