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