/third_party/musl/src/sched/ |
H A D | sched_setscheduler.c | 16 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 D | pthread_setschedparam.c | 17 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 D | pthread_create.c | 373 ret = __syscall(SYS_sched_setscheduler, in __pthread_create()
|
/third_party/musl/porting/linux/user/src/sched/ |
H A D | sched_setscheduler.c | 12 r = __syscall(SYS_sched_setscheduler, pid , sched , param); in sched_setscheduler()
|
/third_party/musl/porting/liteos_a/user/src/sched/ |
H A D | sched_setscheduler.c | 14 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 D | pthread_setschedparam.c | 18 r = !t->tid ? ESRCH : -__syscall(SYS_sched_setscheduler, t->tid, policy, param->sched_priority, MUSL_TYPE_THREAD); in pthread_setschedparam()
|
H A D | pthread_create.c | 178 ret = __syscall(SYS_sched_setscheduler, in __pthread_create()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
H A D | pthread_setschedparam.c | 10 r = !t->tid ? ESRCH : -__syscall(SYS_sched_setscheduler, t->tid, policy, param, MUSL_TYPE_THREAD); in pthread_setschedparam()
|
H A D | pthread_create.c | 359 ret = __syscall(SYS_sched_setscheduler, in __pthread_create()
|
/third_party/toybox/toys/other/ |
H A D | chrt.c | 48 syscall(SYS_sched_setscheduler, (pid_t)pid, (int)scheduler, (void *)param)
|
/third_party/musl/src/thread/liteos_a/ |
H A D | pthread_create.c | 359 ret = __syscall(SYS_sched_setscheduler, in __pthread_create()
|
/third_party/musl/src/thread/linux/ |
H A D | pthread_create.c | 559 ret = __syscall(SYS_sched_setscheduler, in __pthread_create()
|
/third_party/musl/porting/linux/user/src/thread/ |
H A D | pthread_create.c | 495 ret = __syscall(SYS_sched_setscheduler, in __pthread_create()
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | syscall.h | 541 #define SYS_sched_setscheduler 156 macro
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
H A D | not_x32.rs | 223 pub const SYS_sched_setscheduler: ::c_long = 144; consts
|
H A D | x32.rs | 181 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 D | mod.rs | 222 pub const SYS_sched_setscheduler: ::c_long = 119; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/riscv64/ |
H A D | mod.rs | 180 pub const SYS_sched_setscheduler: ::c_long = 119; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/ |
H A D | arm.rs | 271 pub const SYS_sched_setscheduler: ::c_long = 156; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/ |
H A D | mod.rs | 421 pub const SYS_sched_setscheduler: ::c_long = 4000 + 160; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
H A D | hexagon.rs | 548 pub const SYS_sched_setscheduler: ::c_int = 119; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/x86/ |
H A D | mod.rs | 313 pub const SYS_sched_setscheduler: ::c_long = 156; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
H A D | mod.rs | 384 pub const SYS_sched_setscheduler: ::c_long = 119; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
H A D | powerpc.rs | 583 pub const SYS_sched_setscheduler: ::c_long = 156; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/ |
H A D | mod.rs | 313 pub const SYS_sched_setscheduler: ::c_long = 4000 + 160; consts
|