/bionic/libc/arch-arm/syscalls/ |
sched_getparam.S | 5 ENTRY(sched_getparam) function 14 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)
|
/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 26 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 *);
|
/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 *);
|
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/ |
syscall_parameters_restrictions_unittests.cc | 162 BPF_ASSERT_EQ(0, sched_getparam(pid, param)); 183 BPF_ASSERT_EQ(-1, sched_getparam(tid, NULL)); 209 sched_getparam(kInitPID, ¶m);
|
/bionic/libc/include/ |
sched.h | 52 extern int sched_getparam(pid_t, struct sched_param*);
|
/development/ndk/platforms/android-L/include/ |
sched.h | 52 extern int sched_getparam(pid_t, struct sched_param*);
|
/external/chromium_org/third_party/sqlite/src/tool/ |
speedtest8.c | 149 sched_getparam(0, &myParam);
|
/external/chromium_org/components/nacl/loader/nonsfi/ |
nonsfi_sandbox_sigsys_unittest.cc | 391 RESTRICT_SYSCALL_DEATH_TEST(sched_getparam);
|