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

  /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 *);
  /bionic/libc/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-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 *);
  /prebuilt/ndk/android-ndk-r4/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 *);
  /prebuilt/ndk/android-ndk-r4/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 *);
  /prebuilt/ndk/android-ndk-r4/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 *);
  /prebuilt/ndk/android-ndk-r4/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 *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/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 *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/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 *);
  /device/samsung/crespo/alsa-lib/test/
latency.c 301 struct sched_param sched_param; local
303 if (sched_getparam(0, &sched_param) < 0) {
307 sched_param.sched_priority = sched_get_priority_max(SCHED_RR);
308 if (!sched_setscheduler(0, SCHED_RR, &sched_param)) {
309 printf("Scheduler set to Round Robin with priority %i...\n", sched_param.sched_priority);
313 printf("!!!Scheduler set to Round Robin with priority %i FAILED!!!\n", sched_param.sched_priority);
  /external/kernel-headers/original/linux/
sched.h 38 struct sched_param { struct
    [all...]

Completed in 5056 milliseconds