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

1 2 3

  /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 *);
  /external/bison/darwin-lib/
sched.h 42 struct sched_param struct
  /external/bison/lib/
sched.in.h 41 struct sched_param struct
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/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 *);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/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 *);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/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 *);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/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 *);
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/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 *);
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/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 *);
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/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 *);
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/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 *);
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/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 *);
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/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 *);
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/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 *);
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/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 *);
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/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 *);
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/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 *);
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/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 *);
  /external/chromium_org/base/threading/
platform_thread_linux.cc 82 struct sched_param sched_param; local
83 memset(&sched_param, 0, sizeof(sched_param));
84 sched_param.sched_priority = kRealTimePrio;
86 if (pthread_setschedparam(pthread_self(), SCHED_RR, &sched_param) == 0) {
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
sched.h 142 struct sched_param { struct
  /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 *);
  /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 *);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/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 *);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/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 *);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/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 *);

Completed in 661 milliseconds

1 2 3