/bionic/libc/arch-arm/syscalls/ |
sched_getparam.S | 5 ENTRY(sched_getparam) function 16 END(sched_getparam)
|
/bionic/libc/arch-arm64/syscalls/ |
sched_getparam.S | 5 ENTRY(sched_getparam) function 14 END(sched_getparam)
|
/bionic/libc/arch-mips/syscalls/ |
sched_getparam.S | 5 ENTRY(sched_getparam) function 19 END(sched_getparam)
|
/bionic/libc/arch-x86_64/syscalls/ |
sched_getparam.S | 5 ENTRY(sched_getparam) function 15 END(sched_getparam)
|
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
sched_getparam.cc | 9 int res = sched_getparam(0, ¶m);
|
/bionic/libc/arch-mips64/syscalls/ |
sched_getparam.S | 5 ENTRY(sched_getparam) function 25 END(sched_getparam)
|
/bionic/libc/arch-x86/syscalls/ |
sched_getparam.S | 5 ENTRY(sched_getparam) function 34 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/current/platforms/android-3/arch-arm/usr/include/ |
sched.h | 51 extern int sched_getparam(pid_t, struct sched_param *);
|
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/ |
sched.h | 51 extern int sched_getparam(pid_t, struct sched_param *);
|
/prebuilts/ndk/current/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/current/platforms/android-12/arch-arm/usr/include/ |
sched.h | 51 extern int sched_getparam(pid_t, struct sched_param *);
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/ |
sched.h | 51 extern int sched_getparam(pid_t, struct sched_param *);
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/ |
sched.h | 51 extern int sched_getparam(pid_t, struct sched_param *);
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/ |
sched.h | 51 extern int sched_getparam(pid_t, struct sched_param *);
|
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/ |
sched.h | 51 extern int sched_getparam(pid_t, struct sched_param *);
|
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/ |
sched.h | 51 extern int sched_getparam(pid_t, struct sched_param *);
|
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/ |
sched.h | 51 extern int sched_getparam(pid_t, struct sched_param *);
|
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/ |
sched.h | 51 extern int sched_getparam(pid_t, struct sched_param *);
|
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/ |
sched.h | 51 extern int sched_getparam(pid_t, struct sched_param *);
|
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/ |
sched.h | 51 extern int sched_getparam(pid_t, struct sched_param *);
|
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/ |
sched.h | 51 extern int sched_getparam(pid_t, struct sched_param *);
|