Searched refs:sched_param (Results 1 – 10 of 10) sorted by relevance
/development/ndk/platforms/android-3/include/ |
D | sched.h | 41 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 *);
|
D | pthread.h | 123 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-8/include/ |
D | sched.h | 41 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 *);
|
D | pthread.h | 123 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-9/include/ |
D | sched.h | 41 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 *);
|
D | pthread.h | 123 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-L/include/ |
D | sched.h | 41 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*);
|
D | pthread.h | 149 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)); 233 int pthread_setschedparam(pthread_t, int, const struct sched_param*) __nonnull((3));
|
/development/ndk/platforms/android-5/include/ |
D | pthread.h | 123 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/sources/android/libportable/arch-mips/ |
D | pthread.c | 88 (pthread_attr_t *attr, struct sched_param const *param), (attr, param), 92 (pthread_attr_t const *attr, struct sched_param *param), (attr, param), 136 PTHREAD_WRAPPER(pthread_getschedparam, (pthread_t thid, int *policy, struct sched_param *param), 140 struct sched_param const *param), (thid, policy, param),
|