/bionic/libc/arch-arm/syscalls/ |
sched_setscheduler.S | 5 .type sched_setscheduler, #function 6 .globl sched_setscheduler 10 sched_setscheduler: label
|
/bionic/libc/arch-sh/syscalls/ |
sched_setscheduler.S | 5 .type sched_setscheduler, @function 6 .globl sched_setscheduler 9 sched_setscheduler: label
|
/bionic/libc/arch-x86/syscalls/ |
sched_setscheduler.S | 5 .type sched_setscheduler, @function 6 .globl sched_setscheduler 9 sched_setscheduler: label
|
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/ |
dhd_linux_sched.c | 35 rc = sched_setscheduler(p, policy, param);
|
/development/ndk/platforms/android-3/include/ |
sched.h | 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
|
/bionic/libc/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 *);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/ |
sched.h | 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/ |
sched.h | 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/ |
sched.h | 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/ |
sched.h | 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/ |
sched.h | 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/ |
sched.h | 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
|
/system/core/toolbox/ |
renice.c | 125 ret = sched_setscheduler(pid, SCHED_RR, &sp);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
sched.h | 50 extern int sched_setscheduler (__pid_t __pid, int __policy,
|
/system/core/libcutils/ |
sched_policy.c | 267 sched_setscheduler(tid,
|
/bionic/libc/include/sys/ |
linux-unistd.h | 178 int sched_setscheduler (pid_t pid, int policy, const struct sched_param *param);
|
/development/ndk/platforms/android-3/include/sys/ |
linux-unistd.h | 174 int sched_setscheduler (pid_t pid, int policy, const struct sched_param *param);
|
/development/ndk/platforms/android-9/include/sys/ |
linux-unistd.h | 178 int sched_setscheduler (pid_t pid, int policy, const struct sched_param *param);
|
/prebuilt/ndk/android-ndk-r4/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);
|
/prebuilt/ndk/android-ndk-r4/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);
|
/prebuilt/ndk/android-ndk-r4/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);
|
/prebuilt/ndk/android-ndk-r4/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);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/ |
linux-unistd.h | 174 int sched_setscheduler (pid_t pid, int policy, const struct sched_param *param);
|