Home
last modified time | relevance | path

Searched defs:sched_setparam (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/src/sched/
Dsched_setparam.c5 int sched_setparam(pid_t pid, const struct sched_param *param) in sched_setparam() function
/third_party/musl/porting/linux/user/src/sched/
Dsched_setparam.c5 int sched_setparam(pid_t pid, const struct sched_param *param) in sched_setparam() function
/third_party/musl/porting/liteos_a/user/src/sched/
Dsched_setparam.c6 int sched_setparam(pid_t pid, const struct sched_param *param) in sched_setparam() function
/third_party/ltp/include/
Dtst_sched.h64 int (*sched_setparam)(pid_t pid, const struct sched_param *param); member