Home | History | Annotate | Download | only in include

Lines Matching defs:sched_param

239 struct sched_param {
247 int WINPTHREAD_API sched_setscheduler(pid_t pid, int pol, const struct sched_param *param);
257 struct sched_param param;
260 int WINPTHREAD_API pthread_attr_setschedparam(pthread_attr_t *attr, const struct sched_param *param);
261 int WINPTHREAD_API pthread_attr_getschedparam(const pthread_attr_t *attr, struct sched_param *param);
262 int WINPTHREAD_API pthread_getschedparam(pthread_t thread, int *pol, struct sched_param *param);
263 int WINPTHREAD_API pthread_setschedparam(pthread_t thread, int pol, const struct sched_param *param);