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

1 2 3 4

  /bionic/libc/arch-mips/syscalls/
sched_setscheduler.S 4 .globl sched_setscheduler
6 .ent sched_setscheduler
8 sched_setscheduler: label
22 .end sched_setscheduler
  /bionic/libc/arch-arm/syscalls/
sched_setscheduler.S 6 ENTRY(sched_setscheduler) function
15 END(sched_setscheduler)
  /bionic/libc/arch-x86/syscalls/
sched_setscheduler.S 6 ENTRY(sched_setscheduler) function
27 END(sched_setscheduler)
  /bionic/libc/bionic/
pthread_setschedparam.cpp 42 int rc = sched_setscheduler(thread->tid, policy, param);
  /development/ndk/platforms/android-3/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /development/ndk/platforms/android-8/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /development/ndk/platforms/android-9/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
sched.h 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);

Completed in 872 milliseconds

1 2 3 4