Home
last modified time | relevance | path

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

/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs14 pub type cpuset_t = _cpuset; typedef
2662 set: *mut cpuset_t, in pthread_getaffinity_np()
2667 set: *mut cpuset_t, in pthread_setaffinity_np()
2671 pub fn _cpuset_destroy(set: *mut cpuset_t); in _cpuset_destroy()
2676 pub fn _cpuset_zero(set: *mut cpuset_t); in _cpuset_zero()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs4197 cpusetp: *mut cpuset_t, in pthread_getaffinity_np()
4202 cpusetp: *const cpuset_t, in pthread_setaffinity_np()
4210 cpuset: *const ::cpuset_t, in sched_setaffinity()
4285 mask: *mut cpuset_t, in cpuset_getaffinity()
4292 mask: *const cpuset_t, in cpuset_setaffinity()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs26 pub type cpuset_t = cpumask_t; typedef
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs37 pub type cpuset_t = u32; typedef