Searched refs:sched_param (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/include/
H A Dpthread.h123 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param);
124 int pthread_attr_getschedparam(pthread_attr_t const * attr, struct sched_param * param);
153 struct sched_param * param);
155 struct sched_param const * param);
H A Dsched.h41 struct sched_param { struct
45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
50 extern int sched_setparam(pid_t, const struct sched_param *);
51 extern int sched_getparam(pid_t, struct sched_param *);
/bionic/libc/bionic/
H A Dpthread.c231 struct sched_param param;
429 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param)
435 int pthread_attr_getschedparam(pthread_attr_t const * attr, struct sched_param * param)
723 struct sched_param * param)
739 struct sched_param const * param)

Completed in 68 milliseconds