Home
last modified time | relevance | path

Searched refs:SYS_sched_setscheduler (Results 1 - 25 of 50) sorted by relevance

12

/third_party/musl/src/sched/
H A Dsched_setscheduler.c16 r = __syscall(SYS_sched_setscheduler, pid, sched, param, MUSL_TYPE_PROCESS); in sched_setscheduler()
18 r = __syscall(SYS_sched_setscheduler, pid, sched, param); in sched_setscheduler()
/third_party/musl/src/thread/
H A Dpthread_setschedparam.c17 r = !t->tid ? ESRCH : -__syscall(SYS_sched_setscheduler, t->tid, policy, param, MUSL_TYPE_THREAD); in pthread_setschedparam()
19 r = !t->tid ? ESRCH : -__syscall(SYS_sched_setscheduler, t->tid, policy, param); in pthread_setschedparam()
H A Dpthread_create.c373 ret = __syscall(SYS_sched_setscheduler, in __pthread_create()
/third_party/musl/porting/linux/user/src/sched/
H A Dsched_setscheduler.c12 r = __syscall(SYS_sched_setscheduler, pid , sched , param); in sched_setscheduler()
/third_party/musl/porting/liteos_a/user/src/sched/
H A Dsched_setscheduler.c14 r = __syscall(SYS_sched_setscheduler, pid, sched, param, MUSL_TYPE_PROCESS); in sched_setscheduler()
/third_party/musl/porting/liteos_m/user/src/thread/
H A Dpthread_setschedparam.c18 r = !t->tid ? ESRCH : -__syscall(SYS_sched_setscheduler, t->tid, policy, param->sched_priority, MUSL_TYPE_THREAD); in pthread_setschedparam()
H A Dpthread_create.c178 ret = __syscall(SYS_sched_setscheduler, in __pthread_create()
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_setschedparam.c10 r = !t->tid ? ESRCH : -__syscall(SYS_sched_setscheduler, t->tid, policy, param, MUSL_TYPE_THREAD); in pthread_setschedparam()
H A Dpthread_create.c359 ret = __syscall(SYS_sched_setscheduler, in __pthread_create()
/third_party/toybox/toys/other/
H A Dchrt.c48 syscall(SYS_sched_setscheduler, (pid_t)pid, (int)scheduler, (void *)param)
/third_party/musl/src/thread/liteos_a/
H A Dpthread_create.c359 ret = __syscall(SYS_sched_setscheduler, in __pthread_create()
/third_party/musl/src/thread/linux/
H A Dpthread_create.c559 ret = __syscall(SYS_sched_setscheduler, in __pthread_create()
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_create.c495 ret = __syscall(SYS_sched_setscheduler, in __pthread_create()
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dsyscall.h541 #define SYS_sched_setscheduler 156 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dnot_x32.rs223 pub const SYS_sched_setscheduler: ::c_long = 144; consts
H A Dx32.rs181 pub const SYS_sched_setscheduler: ::c_long = __X32_SYSCALL_BIT + 144; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/aarch64/
H A Dmod.rs222 pub const SYS_sched_setscheduler: ::c_long = 119; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/riscv64/
H A Dmod.rs180 pub const SYS_sched_setscheduler: ::c_long = 119; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
H A Darm.rs271 pub const SYS_sched_setscheduler: ::c_long = 156; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/
H A Dmod.rs421 pub const SYS_sched_setscheduler: ::c_long = 4000 + 160; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
H A Dhexagon.rs548 pub const SYS_sched_setscheduler: ::c_int = 119; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/x86/
H A Dmod.rs313 pub const SYS_sched_setscheduler: ::c_long = 156; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dmod.rs384 pub const SYS_sched_setscheduler: ::c_long = 119; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dpowerpc.rs583 pub const SYS_sched_setscheduler: ::c_long = 156; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/
H A Dmod.rs313 pub const SYS_sched_setscheduler: ::c_long = 4000 + 160; consts

Completed in 29 milliseconds

12