Home
last modified time | relevance | path

Searched refs:SYS_sched_setparam (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/porting/linux/user/src/sched/
Dsched_setparam.c12 r = __syscall(SYS_sched_setparam, pid, param); in sched_setparam()
/third_party/musl/porting/liteos_a/user/src/sched/
Dsched_setparam.c14 r = __syscall(SYS_sched_setparam, pid, param->sched_priority, MUSL_TYPE_PROCESS); in sched_setparam()
/third_party/musl/src/thread/
Dpthread_setschedprio.c8 r = !t->tid ? ESRCH : -__syscall(SYS_sched_setparam, t->tid, &prio); in pthread_setschedprio()
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_setschedprio.c13 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/
Dsyscall.h539 #define SYS_sched_setparam 154 macro