/third_party/musl/porting/liteos_a/user/src/sched/ |
D | sched_getparam.c | 16 r = __syscall(SYS_sched_getparam, pid, param, MUSL_TYPE_PROCESS); in sched_getparam()
|
/third_party/musl/porting/linux/user/src/sched/ |
D | sched_getparam.c | 14 r = __syscall(SYS_sched_getparam, pid , param); in sched_getparam()
|
/third_party/musl/src/thread/ |
D | pthread_getschedparam.c | 13 r = -__syscall(SYS_sched_getparam, t->tid, param); in pthread_getschedparam()
|
/third_party/musl/porting/liteos_m/user/src/thread/ |
D | pthread_getschedparam.c | 12 r = __syscall(SYS_sched_getparam, t->tid, MUSL_TYPE_THREAD); in pthread_getschedparam()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_getschedparam.c | 13 r = __syscall(SYS_sched_getparam, t->tid, param, MUSL_TYPE_THREAD); in pthread_getschedparam()
|
/third_party/toybox/toys/other/ |
D | chrt.c | 44 syscall(SYS_sched_getparam, (pid_t)pid, (void *)param)
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/riscv64/ |
D | mod.rs | 182 pub const SYS_sched_getparam: ::c_long = 121; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/aarch64/ |
D | mod.rs | 224 pub const SYS_sched_getparam: ::c_long = 121; constant
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | syscall.h | 540 #define SYS_sched_getparam 155 macro
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
D | not_x32.rs | 222 pub const SYS_sched_getparam: ::c_long = 143; constant
|
D | x32.rs | 180 pub const SYS_sched_getparam: ::c_long = __X32_SYSCALL_BIT + 143; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/ |
D | arm.rs | 270 pub const SYS_sched_getparam: ::c_long = 155; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/x86/ |
D | mod.rs | 312 pub const SYS_sched_getparam: ::c_long = 155; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
D | mod.rs | 386 pub const SYS_sched_getparam: ::c_long = 121; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/ |
D | mod.rs | 420 pub const SYS_sched_getparam: ::c_long = 4000 + 159; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
D | hexagon.rs | 540 pub const SYS_sched_getparam: ::c_int = 121; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | powerpc64.rs | 380 pub const SYS_sched_getparam: ::c_long = 155; constant
|
D | mips64.rs | 244 pub const SYS_sched_getparam: ::c_long = 5000 + 140; constant
|
D | s390x.rs | 487 pub const SYS_sched_getparam: ::c_long = 155; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/riscv64/ |
D | mod.rs | 307 pub const SYS_sched_getparam: ::c_long = 121; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/ |
D | mod.rs | 579 pub const SYS_sched_getparam: ::c_long = 121; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/loongarch64/ |
D | mod.rs | 368 pub const SYS_sched_getparam: ::c_long = 121; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/ |
D | mod.rs | 312 pub const SYS_sched_getparam: ::c_long = 4000 + 159; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/riscv64/ |
D | mod.rs | 618 pub const SYS_sched_getparam: ::c_long = 121; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/x86_64/ |
D | mod.rs | 540 pub const SYS_sched_getparam: ::c_long = 143; constant
|