HomeSort by relevance Sort by last modified time
    Searched refs:sched_setscheduler (Results 26 - 50 of 87) sorted by null

12 3 4

  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/6/platforms/android-8/arch-x86/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /system/core/toolbox/
renice.c 143 ret = sched_setscheduler(pid, sched, &sp);
  /external/bison/lib/
spawni.c 71 # define sched_setscheduler __sched_setscheduler macro
219 if (sched_setscheduler (0, attrp->_policy,
  /bionic/libc/bionic/
pthread_create.cpp 104 if (sched_setscheduler(thread->tid, thread->attr.sched_policy, &param) == -1) {
107 const char* msg = "pthread_create sched_setscheduler call failed: %s\n";
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
sched.h 50 extern int sched_setscheduler (__pid_t __pid, int __policy,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
sched.h 50 extern int sched_setscheduler (__pid_t __pid, int __policy,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
sched.h 50 extern int sched_setscheduler (__pid_t __pid, int __policy,

Completed in 2651 milliseconds

12 3 4