HomeSort by relevance Sort by last modified time
    Searched refs:sched_setscheduler (Results 76 - 100 of 131) sorted by null

1 2 34 5 6

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
sched.h 157 PTW32_DLLPORT int __cdecl sched_setscheduler (pid_t pid, int policy);
168 * return the same value as sched_setscheduler when
  /system/core/toolbox/
renice.c 143 ret = sched_setscheduler(pid, sched, &sp);
  /system/core/logd/
main.cpp 71 if (sched_setscheduler((pid_t) 0, SCHED_BATCH, &param) < 0) {
  /external/bison/lib/
spawni.c 71 # define sched_setscheduler __sched_setscheduler macro
219 if (sched_setscheduler (0, attrp->_policy,
  /bionic/libc/include/
sched.h 46 extern int sched_setscheduler(pid_t, int, const struct sched_param*);
  /development/ndk/platforms/android-L/include/
sched.h 46 extern int sched_setscheduler(pid_t, int, const struct sched_param*);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/sysroot/usr/include/
sched.h 50 extern int sched_setscheduler (__pid_t __pid, int __policy,
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
sched.h 46 extern int sched_setscheduler(pid_t, int, const struct sched_param*);
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
sched.h 46 extern int sched_setscheduler(pid_t, int, const struct sched_param*);
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
sched.h 46 extern int sched_setscheduler(pid_t, int, const struct sched_param*);
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
sched.h 46 extern int sched_setscheduler(pid_t, int, const struct sched_param*);
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
sched.h 46 extern int sched_setscheduler(pid_t, int, const struct sched_param*);
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
sched.h 46 extern int sched_setscheduler(pid_t, int, const struct sched_param*);
  /bionic/libc/bionic/
pthread_create.cpp 85 if (sched_setscheduler(thread->tid, thread->attr.sched_policy, &param) == -1) {
91 "pthread_create sched_setscheduler call failed: %s", strerror(errno));
  /external/fio/os/
os-linux.h 268 return sched_setscheduler(gettid(), SCHED_IDLE, &p);
  /system/core/libcutils/
sched_policy.c 301 sched_setscheduler(tid,
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 174 int sched_setscheduler (pid_t pid, int policy, const struct sched_param *param);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
linux-unistd.h 174 int sched_setscheduler (pid_t pid, int policy, const struct sched_param *param);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
linux-unistd.h 174 int sched_setscheduler (pid_t pid, int policy, const struct sched_param *param);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
linux-unistd.h 174 int sched_setscheduler (pid_t pid, int policy, const struct sched_param *param);

Completed in 188 milliseconds

1 2 34 5 6