/third_party/toybox/toys/other/ |
H A D | taskset.c | 41 syscall(__NR_sched_getaffinity, (pid_t)pid, (size_t)size, (void *)cpuset)
|
/third_party/vk-gl-cts/framework/delibs/dethread/unix/ |
H A D | deThreadUnix.c | 174 ret = syscall(__NR_sched_getaffinity, 0, maskSize, &mask); in deGetNumAvailableLogicalCores()
|
/third_party/ltp/testcases/kernel/sched/hyperthreading/ht_affinity/ |
H A D | ht_affinity.c | 44 #define sched_getaffinity(pid, cpusetsize, mask) syscall(__NR_sched_getaffinity, pid, cpusetsize, mask)
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | syscall.h | 219 #define __NR_sched_getaffinity 242 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | syscall.h | 219 #define __NR_sched_getaffinity 242 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | syscall.h | 219 #define __NR_sched_getaffinity 242 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | syscall.h | 219 #define __NR_sched_getaffinity 242 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | syscall.h | 219 #define __NR_sched_getaffinity 242 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | syscall.h | 219 #define __NR_sched_getaffinity 242 macro
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 1962 pub const __NR_sched_getaffinity: u32 = 123; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 1961 pub const __NR_sched_getaffinity: u32 = 123; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 1937 pub const __NR_sched_getaffinity: u32 = 123; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 2080 pub const __NR_sched_getaffinity: u32 = 223; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 2180 pub const __NR_sched_getaffinity: u32 = 5196; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 2081 pub const __NR_sched_getaffinity: u32 = 223; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 2216 pub const __NR_sched_getaffinity: u32 = 4240; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 2029 pub const __NR_sched_getaffinity: u32 = 242; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 2342 pub const __NR_sched_getaffinity: u32 = 260; consts
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 2021 pub const __NR_sched_getaffinity: u32 = 240; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 2332 pub const __NR_sched_getaffinity: u32 = 260; consts
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 2018 pub const __NR_sched_getaffinity: u32 = 1073742028; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | general.rs | 2069 pub const __NR_sched_getaffinity: u32 = 242; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | general.rs | 2040 pub const __NR_sched_getaffinity: u32 = 204; consts
|