/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_parameters_restrictions_unittests.cc | 127 BPF_ASSERT_EQ(0, sched_getparam(pid, param)); in CheckSchedGetParam() 148 BPF_ASSERT_EQ(-1, sched_getparam(tid, NULL)); in SchedGetParamThread() 174 sched_getparam(kInitPID, ¶m); in BPF_DEATH_TEST_C()
|
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | sched_getparam.cc | 9 int res = sched_getparam(0, ¶m); in main()
|
/external/strace/ |
D | sched.c | 59 SYS_FUNC(sched_getparam) in SYS_FUNC() argument
|
D | sys_func.h | 209 extern SYS_FUNC(sched_getparam);
|
/external/strace/linux/64/ |
D | syscallent.h | 122 [121] = { 2, 0, SEN(sched_getparam), "sched_getparam" },
|
/external/strace/linux/32/ |
D | syscallent.h | 129 [121] = { 2, 0, SEN(sched_getparam), "sched_getparam" },
|
/external/strace/linux/x86_64/ |
D | syscallent.h | 144 [143] = { 2, 0, SEN(sched_getparam), "sched_getparam" },
|
/external/strace/linux/s390x/ |
D | syscallent.h | 178 [155] = { 2, 0, SEN(sched_getparam), "sched_getparam" },
|
/external/strace/linux/mips/ |
D | syscallent-n32.h | 143 [6140] = { 2, 0, SEN(sched_getparam), "sched_getparam" },
|
D | syscallent-n64.h | 143 [5140] = { 2, 0, SEN(sched_getparam), "sched_getparam" },
|
D | syscallent-o32.h | 162 [4159] = { 2, 0, SEN(sched_getparam), "sched_getparam" },
|
/external/strace/linux/xtensa/ |
D | syscallent.h | 208 [213] = { 2, 0, SEN(sched_getparam), "sched_getparam" },
|
/external/strace/linux/avr32/ |
D | syscallent.h | 164 [136] = { 2, 0, SEN(sched_getparam), "sched_getparam" },
|
/external/strace/linux/sparc/ |
D | syscallent.h | 243 [242] = { 2, 0, SEN(sched_getparam), "sched_getparam" },
|
/external/strace/linux/ia64/ |
D | syscallent.h | 179 [1160] = { 2, 0, SEN(sched_getparam), "sched_getparam" },
|
/external/strace/linux/hppa/ |
D | syscallent.h | 160 [155] = { 2, 0, SEN(sched_getparam), "sched_getparam" },
|
/external/strace/linux/s390/ |
D | syscallent.h | 186 [155] = { 2, 0, SEN(sched_getparam), "sched_getparam" },
|
/external/strace/linux/i386/ |
D | syscallent.h | 184 [155] = { 2, 0, SEN(sched_getparam), "sched_getparam" },
|
/external/strace/linux/sh/ |
D | syscallent.h | 186 [155] = { 2, 0, SEN(sched_getparam), "sched_getparam" },
|
/external/strace/linux/x32/ |
D | syscallent.h | 144 [143] = { 2, 0, SEN(sched_getparam), "sched_getparam" },
|
/external/strace/linux/powerpc64/ |
D | syscallent.h | 184 [155] = { 2, 0, SEN(sched_getparam), "sched_getparam" },
|
/external/strace/linux/powerpc/ |
D | syscallent.h | 184 [155] = { 2, 0, SEN(sched_getparam), "sched_getparam" },
|
/external/strace/linux/m68k/ |
D | syscallent.h | 184 [155] = { 2, 0, SEN(sched_getparam), "sched_getparam" },
|
/external/strace/linux/sh64/ |
D | syscallent.h | 184 [155] = { 2, 0, SEN(sched_getparam), "sched_getparam" },
|
/external/autotest/client/tests/scrashme/ |
D | testfix.diff | 244 +/* 155 */ { .name = "sched_getparam" },
|