Searched refs:SYS_sched_setparam (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/porting/linux/user/src/sched/ |
D | sched_setparam.c | 12 r = __syscall(SYS_sched_setparam, pid, param); in sched_setparam()
|
/third_party/musl/porting/liteos_a/user/src/sched/ |
D | sched_setparam.c | 14 r = __syscall(SYS_sched_setparam, pid, param->sched_priority, MUSL_TYPE_PROCESS); in sched_setparam()
|
/third_party/musl/src/thread/ |
D | pthread_setschedprio.c | 8 r = !t->tid ? ESRCH : -__syscall(SYS_sched_setparam, t->tid, &prio); in pthread_setschedprio()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_setschedprio.c | 13 r = !t->tid ? ESRCH : -__syscall(SYS_sched_setparam, t->tid, prio, MUSL_TYPE_THREAD); in pthread_setschedprio()
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | syscall.h | 539 #define SYS_sched_setparam 154 macro
|