Home
last modified time | relevance | path

Searched refs:__NR_sched_getaffinity (Results 1 - 23 of 23) sorted by relevance

/third_party/toybox/toys/other/
H A Dtaskset.c41 syscall(__NR_sched_getaffinity, (pid_t)pid, (size_t)size, (void *)cpuset)
/third_party/vk-gl-cts/framework/delibs/dethread/unix/
H A DdeThreadUnix.c174 ret = syscall(__NR_sched_getaffinity, 0, maskSize, &mask); in deGetNumAvailableLogicalCores()
/third_party/ltp/testcases/kernel/sched/hyperthreading/ht_affinity/
H A Dht_affinity.c44 #define sched_getaffinity(pid, cpusetsize, mask) syscall(__NR_sched_getaffinity, pid, cpusetsize, mask)
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dsyscall.h219 #define __NR_sched_getaffinity 242 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dsyscall.h219 #define __NR_sched_getaffinity 242 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dsyscall.h219 #define __NR_sched_getaffinity 242 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dsyscall.h219 #define __NR_sched_getaffinity 242 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dsyscall.h219 #define __NR_sched_getaffinity 242 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dsyscall.h219 #define __NR_sched_getaffinity 242 macro
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1962 pub const __NR_sched_getaffinity: u32 = 123; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1961 pub const __NR_sched_getaffinity: u32 = 123; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1937 pub const __NR_sched_getaffinity: u32 = 123; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2080 pub const __NR_sched_getaffinity: u32 = 223; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2180 pub const __NR_sched_getaffinity: u32 = 5196; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2081 pub const __NR_sched_getaffinity: u32 = 223; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2216 pub const __NR_sched_getaffinity: u32 = 4240; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2029 pub const __NR_sched_getaffinity: u32 = 242; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2342 pub const __NR_sched_getaffinity: u32 = 260; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs2021 pub const __NR_sched_getaffinity: u32 = 240; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs2332 pub const __NR_sched_getaffinity: u32 = 260; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs2018 pub const __NR_sched_getaffinity: u32 = 1073742028; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs2069 pub const __NR_sched_getaffinity: u32 = 242; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs2040 pub const __NR_sched_getaffinity: u32 = 204; consts

Completed in 185 milliseconds