Searched refs:__sched_setparam (Results 1 – 8 of 8) sorted by relevance
25 __sched_setparam (pid_t pid, const struct sched_param *param) in __sched_setparam() function32 libc_hidden_def (__sched_setparam)33 weak_alias (__sched_setparam, sched_setparam)
6 extern int __sched_setparam (__pid_t __pid,8 libc_hidden_proto (__sched_setparam)
49 if (__glibc_unlikely (__sched_setparam (pd->tid, ¶m) == -1)) in __pthread_setschedprio()
148 if (__sched_setparam (0, &attr->__sp) == -1) in __spawni_child()
62 sched_setp - sched_setparam i:ip __sched_setparam sched_setparam
374 if (__sched_setparam (0, &attrp->__sp) == -1) in __spawni()
6467 * sysdeps/stub/sched_setp.c (__sched_setparam): struct
32607 * include/sched.h (__sched_setparam): Add libc_hidden_proto.32608 * posix/sched_setp.c (__sched_setparam): Add libc_hidden_def.