Lines Matching refs:pid_t
21 static inline int sys_sched_setparam(pid_t pid, const struct sched_param *param)
26 static inline int sys_sched_getparam(pid_t pid, struct sched_param *param)
31 static inline int sys_sched_setscheduler(pid_t pid, int policy, const struct sched_param *param)
36 static inline int sys_sched_getscheduler(pid_t pid)
41 static inline int libc_sched_setparam(pid_t pid, const struct sched_param *param)
46 static inline int libc_sched_getparam(pid_t pid, struct sched_param *param)
51 static inline int libc_sched_setscheduler(pid_t pid, int policy, const struct sched_param *param)
56 static inline int libc_sched_getscheduler(pid_t pid)
64 int (*sched_setparam)(pid_t pid, const struct sched_param *param);
65 int (*sched_getparam)(pid_t pid, struct sched_param *param);
66 int (*sched_setscheduler)(pid_t pid, int policy, const struct sched_param *param);
67 int (*sched_getscheduler)(pid_t pid);