Home
last modified time | relevance | path

Searched defs:sched_setaffinity (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/src/sched/
H A Daffinity.c7 int sched_setaffinity(pid_t tid, size_t size, const cpu_set_t *set) in sched_setaffinity() function
/third_party/musl/porting/liteos_a/user/src/sched/
H A Daffinity.c7 int sched_setaffinity(pid_t tid, size_t size, const cpu_set_t *set) in sched_setaffinity() function
/third_party/toybox/toys/other/
H A Dtaskset.c38 #define sched_setaffinity(pid, size, cpuset) \ macro
/third_party/rust/crates/rustix/src/process/
H A Dsched.rs91 pub fn sched_setaffinity(pid: Option<Pid>, cpuset: &CpuSet) -> io::Result<()> { in sched_setaffinity() functions
/third_party/ltp/testcases/kernel/sched/hyperthreading/ht_affinity/
H A Dht_affinity.c43 #define sched_setaffinity(pid, cpusetsize, mask) syscall(__NR_sched_setaffinity, pid, cpusetsize, mask) macro
/third_party/rust/crates/nix/src/
H A Dsched.rs262 pub fn sched_setaffinity(pid: Pid, cpuset: &CpuSet) -> Result<()> { in sched_setaffinity() functions
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibcpuset.c3084 static int sched_setaffinity(pid_t pid, unsigned len, unsigned long *mask) in sched_setaffinity() function
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1645 pub fn sched_setaffinity(pid: ::pid_t, cpusetsize: ::size_t, mask: *const cpu_set_t) in sched_setaffinity() functions
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs3218 pub fn sched_setaffinity( in sched_setaffinity() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs4097 pub fn sched_setaffinity( in sched_setaffinity() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs4116 pub fn sched_setaffinity( in sched_setaffinity() functions
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs4207 pub fn sched_setaffinity( in sched_setaffinity() functions

Completed in 49 milliseconds