/bionic/libc/arch-arm/syscalls/ |
sched_setscheduler.S | 5 ENTRY(sched_setscheduler) function 14 END(sched_setscheduler)
|
/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
|
/development/ndk/platforms/android-3/include/ |
sched.h | 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
|
/prebuilt/ndk/android-ndk-r5/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-r6/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-r6/platforms/android-3/arch-x86/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 *);
|
/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 *);
|
/prebuilt/ndk/android-ndk-r5/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-r5/platforms/android-9/arch-arm/usr/include/ |
sched.h | 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
|
/prebuilt/ndk/android-ndk-r6/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-r6/platforms/android-8/arch-x86/usr/include/ |
sched.h | 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/ |
sched.h | 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
|
/prebuilt/ndk/android-ndk-r6/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 | 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/ |
sched.h | 45 extern int sched_setscheduler(pid_t, int, const struct sched_param *);
|