HomeSort by relevance Sort by last modified time
    Searched refs:sched_param (Results 1 - 25 of 47) sorted by null

1 2

  /development/ndk/platforms/android-3/include/
sched.h 41 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 *);
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/
sched.h 41 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 *);
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/
sched.h 41 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 *);
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);
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_attr_getschedparam.c 43 struct sched_param *param)
pthread_attr_setschedparam.c 43 const struct sched_param *param)
pthread_getschedparam.c 43 struct sched_param *param)
pthread_setschedparam.c 43 const struct sched_param *param)
sched.h 142 struct sched_param { struct
  /bionic/libc/bionic/
pthread_getschedparam.cpp 34 int pthread_getschedparam(pthread_t t, int* policy, sched_param* param) {
pthread_setschedparam.cpp 34 int pthread_setschedparam(pthread_t t, int policy, const sched_param* param) {
pthread_attr.cpp 82 int pthread_attr_setschedparam(pthread_attr_t* attr, const sched_param* param) {
87 int pthread_attr_getschedparam(const pthread_attr_t* attr, sched_param* param) {
  /external/bison/darwin-lib/
sched.h 42 struct sched_param struct
  /external/bison/lib/
sched.in.h 41 struct sched_param struct
spawn.in.h 33 /* Get definitions of 'struct sched_param' and 'sigset_t'.
93 struct sched_param _sp;
653 struct sched_param *_Restrict_ __schedparam)
657 struct sched_param *_Restrict_ __schedparam));
662 struct sched_param *_Restrict_ __schedparam)
667 struct sched_param *_Restrict_ __schedparam));
687 const struct sched_param *_Restrict_ __schedparam)
691 const struct sched_param *_Restrict_ __schedparam));
696 const struct sched_param *_Restrict_ __schedparam)
701 const struct sched_param *_Restrict_ __schedparam))
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions_unittests.cc 161 void CheckSchedGetParam(pid_t pid, struct sched_param* param) {
170 struct sched_param current_pid_param;
173 struct sched_param zero_param;
176 struct sched_param tid_param;
208 struct sched_param param;
  /bionic/libc/include/
sched.h 41 struct sched_param { struct
46 extern int sched_setscheduler(pid_t, int, const struct sched_param*);
51 extern int sched_setparam(pid_t, const struct sched_param*);
52 extern int sched_getparam(pid_t, struct sched_param*);
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));
235 int pthread_setschedparam(pthread_t, int, const struct sched_param*) __nonnull((3));
  /development/ndk/platforms/android-L/include/
sched.h 41 struct sched_param { struct
46 extern int sched_setscheduler(pid_t, int, const struct sched_param*);
51 extern int sched_setparam(pid_t, const struct sched_param*);
52 extern int sched_getparam(pid_t, struct sched_param*);
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/
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);
  /external/chromium_org/base/threading/
platform_thread_freebsd.cc 67 const struct sched_param kRealTimePrio = { 8 };
platform_thread_linux.cc 78 const struct sched_param kRealTimePrio = {8};

Completed in 262 milliseconds

1 2