/third_party/musl/src/sched/ |
H A D | sched_getparam.c | 18 r = __syscall(SYS_sched_getparam, pid, param, MUSL_TYPE_PROCESS); in sched_getparam() 20 r = __syscall(SYS_sched_getparam, pid, param); in sched_getparam()
|
/third_party/musl/src/thread/ |
H A D | pthread_getschedparam.c | 14 r = __syscall(SYS_sched_getparam, t->tid, param, MUSL_TYPE_THREAD); in pthread_getschedparam() 27 r = -__syscall(SYS_sched_getparam, t->tid, param); in pthread_getschedparam()
|
/third_party/musl/porting/liteos_a/user/src/sched/ |
H A 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/ |
H A D | sched_getparam.c | 14 r = __syscall(SYS_sched_getparam, pid , param);
in sched_getparam()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
H A D | pthread_getschedparam.c | 13 r = __syscall(SYS_sched_getparam, t->tid, param, MUSL_TYPE_THREAD); in pthread_getschedparam()
|
/third_party/musl/porting/liteos_m/user/src/thread/ |
H A D | pthread_getschedparam.c | 12 r = __syscall(SYS_sched_getparam, t->tid, MUSL_TYPE_THREAD); in pthread_getschedparam()
|
/third_party/toybox/toys/other/ |
H A D | chrt.c | 44 syscall(SYS_sched_getparam, (pid_t)pid, (void *)param)
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | syscall.h | 540 #define SYS_sched_getparam 155 macro
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
H A D | not_x32.rs | 222 pub const SYS_sched_getparam: ::c_long = 143; consts
|
H A D | x32.rs | 180 pub const SYS_sched_getparam: ::c_long = __X32_SYSCALL_BIT + 143; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/aarch64/ |
H A D | mod.rs | 224 pub const SYS_sched_getparam: ::c_long = 121; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/riscv64/ |
H A D | mod.rs | 182 pub const SYS_sched_getparam: ::c_long = 121; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/ |
H A D | arm.rs | 270 pub const SYS_sched_getparam: ::c_long = 155; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/ |
H A D | mod.rs | 420 pub const SYS_sched_getparam: ::c_long = 4000 + 159; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
H A D | hexagon.rs | 540 pub const SYS_sched_getparam: ::c_int = 121; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/x86/ |
H A D | mod.rs | 312 pub const SYS_sched_getparam: ::c_long = 155; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
H A D | mod.rs | 386 pub const SYS_sched_getparam: ::c_long = 121; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
H A D | powerpc.rs | 582 pub const SYS_sched_getparam: ::c_long = 155; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/ |
H A D | mod.rs | 312 pub const SYS_sched_getparam: ::c_long = 4000 + 159; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/ |
H A D | mod.rs | 703 pub const SYS_sched_getparam: ::c_long = 242; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/ |
H A D | mod.rs | 579 pub const SYS_sched_getparam: ::c_long = 121; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/x86_64/ |
H A D | mod.rs | 540 pub const SYS_sched_getparam: ::c_long = 143; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/m68k/ |
H A D | mod.rs | 567 pub const SYS_sched_getparam: ::c_long = 155; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/arm/ |
H A D | mod.rs | 583 pub const SYS_sched_getparam: ::c_long = 155; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/arm/ |
H A D | mod.rs | 588 pub const SYS_sched_getparam: ::c_long = 155; consts
|