Home
last modified time | relevance | path

Searched refs:sched_param (Results 1 – 4 of 4) sorted by relevance

/development/ndk/platforms/android-9/include/
Dsched.h41 struct sched_param { struct
45 extern int sched_setscheduler(pid_t, int, const struct sched_param *); argument
50 extern int sched_setparam(pid_t, const struct sched_param *);
51 extern int sched_getparam(pid_t, struct sched_param *);
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);
155 struct sched_param * param);
157 struct sched_param const * param);
/development/ndk/platforms/android-21/include/
Dsched.h41 struct sched_param { struct
46 extern int sched_setscheduler(pid_t, int, const struct sched_param*); argument
51 extern int sched_setparam(pid_t, const struct sched_param*);
52 extern int sched_getparam(pid_t, struct sched_param*);
Dpthread.h149 int pthread_attr_getschedparam(const pthread_attr_t*, struct sched_param*) __nonnull((1, 2));
157 int pthread_attr_setschedparam(pthread_attr_t*, const struct sched_param*) __nonnull((1, 2));
187 int pthread_getschedparam(pthread_t, int*, struct sched_param*) __nonnull((2, 3));
235 int pthread_setschedparam(pthread_t, int, const struct sched_param*) __nonnull((3));