Home
last modified time | relevance | path

Searched refs:SYS_sched_getparam (Results 1 - 25 of 44) sorted by relevance

12

/third_party/musl/src/sched/
H A Dsched_getparam.c18 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 Dpthread_getschedparam.c14 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 Dsched_getparam.c16 r = __syscall(SYS_sched_getparam, pid, param, MUSL_TYPE_PROCESS); in sched_getparam()
/third_party/musl/porting/linux/user/src/sched/
H A Dsched_getparam.c14 r = __syscall(SYS_sched_getparam, pid , param); in sched_getparam()
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_getschedparam.c13 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 Dpthread_getschedparam.c12 r = __syscall(SYS_sched_getparam, t->tid, MUSL_TYPE_THREAD); in pthread_getschedparam()
/third_party/toybox/toys/other/
H A Dchrt.c44 syscall(SYS_sched_getparam, (pid_t)pid, (void *)param)
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dsyscall.h540 #define SYS_sched_getparam 155 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dnot_x32.rs222 pub const SYS_sched_getparam: ::c_long = 143; consts
H A Dx32.rs180 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 Dmod.rs224 pub const SYS_sched_getparam: ::c_long = 121; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/riscv64/
H A Dmod.rs182 pub const SYS_sched_getparam: ::c_long = 121; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
H A Darm.rs270 pub const SYS_sched_getparam: ::c_long = 155; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/
H A Dmod.rs420 pub const SYS_sched_getparam: ::c_long = 4000 + 159; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
H A Dhexagon.rs540 pub const SYS_sched_getparam: ::c_int = 121; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/x86/
H A Dmod.rs312 pub const SYS_sched_getparam: ::c_long = 155; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dmod.rs386 pub const SYS_sched_getparam: ::c_long = 121; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dpowerpc.rs582 pub const SYS_sched_getparam: ::c_long = 155; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/
H A Dmod.rs312 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 Dmod.rs703 pub const SYS_sched_getparam: ::c_long = 242; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/
H A Dmod.rs579 pub const SYS_sched_getparam: ::c_long = 121; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/x86_64/
H A Dmod.rs540 pub const SYS_sched_getparam: ::c_long = 143; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/m68k/
H A Dmod.rs567 pub const SYS_sched_getparam: ::c_long = 155; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/arm/
H A Dmod.rs583 pub const SYS_sched_getparam: ::c_long = 155; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/arm/
H A Dmod.rs588 pub const SYS_sched_getparam: ::c_long = 155; consts

Completed in 42 milliseconds

12