/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/ |
sched.h | 51 extern int sched_getparam(pid_t, struct sched_param *);
|
/prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/ |
sched.h | 51 extern int sched_getparam(pid_t, struct sched_param *);
|
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/ |
sched.h | 51 extern int sched_getparam(pid_t, struct sched_param *);
|
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/ |
sched.h | 51 extern int sched_getparam(pid_t, struct sched_param *);
|
/prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/ |
sched.h | 51 extern int sched_getparam(pid_t, struct sched_param *);
|
/prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/ |
sched.h | 51 extern int sched_getparam(pid_t, struct sched_param *);
|
/prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/ |
sched.h | 51 extern int sched_getparam(pid_t, struct sched_param *);
|
/prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/ |
sched.h | 51 extern int sched_getparam(pid_t, struct sched_param *);
|
/prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/ |
sched.h | 51 extern int sched_getparam(pid_t, struct sched_param *);
|
/prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/ |
sched.h | 51 extern int sched_getparam(pid_t, struct sched_param *);
|
/prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/ |
sched.h | 51 extern int sched_getparam(pid_t, struct sched_param *);
|
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/ |
sched.h | 51 extern int sched_getparam(pid_t, struct sched_param *);
|
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/ |
sched.h | 51 extern int sched_getparam(pid_t, struct sched_param *);
|
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/ |
sched.h | 51 extern int sched_getparam(pid_t, struct sched_param *);
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/ |
sched.h | 51 extern int sched_getparam(pid_t, struct sched_param *);
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/ |
sched.h | 51 extern int sched_getparam(pid_t, struct sched_param *);
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/ |
sched.h | 51 extern int sched_getparam(pid_t, struct sched_param *);
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
syscall_parameters_restrictions_unittests.cc | 127 BPF_ASSERT_EQ(0, sched_getparam(pid, param)); 148 BPF_ASSERT_EQ(-1, sched_getparam(tid, NULL)); 174 sched_getparam(kInitPID, ¶m);
|
/external/strace/ |
sched.c | 59 SYS_FUNC(sched_getparam)
|
/bionic/libc/include/ |
sched.h | 50 extern int sched_getparam(pid_t, struct sched_param*);
|
/development/ndk/platforms/android-21/include/ |
sched.h | 52 extern int sched_getparam(pid_t, struct sched_param*);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
sched.h | 47 extern int sched_getparam (__pid_t __pid, struct sched_param *__param) __THROW;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
sched.h | 55 extern int sched_getparam (__pid_t __pid, struct sched_param *__param) __THROW;
|
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/ |
sched.h | 52 extern int sched_getparam(pid_t, struct sched_param*);
|
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/ |
sched.h | 52 extern int sched_getparam(pid_t, struct sched_param*);
|