/external/valgrind/none/tests/s390x/ |
D | test_fork.c | 14 svc4(__NR_wait4, 0, 0, 0, 0); in main()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 986 #if !defined(__NR_wait4) 987 #define __NR_wait4 260 macro
|
D | x86_64_linux_syscalls.h | 257 #if !defined(__NR_wait4) 258 #define __NR_wait4 61 macro
|
D | x86_32_linux_syscalls.h | 469 #if !defined(__NR_wait4) 470 #define __NR_wait4 114 macro
|
D | mips64_linux_syscalls.h | 252 #if !defined(__NR_wait4) 253 #define __NR_wait4 (__NR_Linux + 59) macro
|
D | arm_linux_syscalls.h | 348 #if !defined(__NR_wait4) 349 #define __NR_wait4 (__NR_SYSCALL_BASE+114) macro
|
D | mips_linux_syscalls.h | 472 #if !defined(__NR_wait4) 473 #define __NR_wait4 (__NR_Linux + 114) macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 409 #define __NR_wait4 260 macro
|
D | vki-scnums-arm64-linux.h | 296 #define __NR_wait4 260 macro
|
D | vki-scnums-s390x-linux.h | 123 #define __NR_wait4 114 macro
|
D | vki-scnums-amd64-linux.h | 105 #define __NR_wait4 61 macro
|
D | vki-scnums-ppc32-linux.h | 151 #define __NR_wait4 114 macro
|
D | vki-scnums-x86-linux.h | 151 #define __NR_wait4 114 macro
|
D | vki-scnums-ppc64-linux.h | 151 #define __NR_wait4 114 macro
|
D | vki-scnums-arm-linux.h | 151 #define __NR_wait4 114 macro
|
D | vki-scnums-mips64-linux.h | 98 #define __NR_wait4 (__NR_Linux + 59) macro
|
D | vki-scnums-mips32-linux.h | 154 #define __NR_wait4 (__NR_Linux + 114) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 65 #define __NR_wait4 61 macro
|
D | unistd_32.h | 118 #define __NR_wait4 114 macro
|
D | unistd_x32.h | 54 #define __NR_wait4 (__X32_SYSCALL_BIT + 61) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 137 #define __NR_wait4 (__NR_Linux + 114) macro 459 #define __NR_wait4 (__NR_Linux + 59) macro 796 #define __NR_wait4 (__NR_Linux + 59) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 665 #define __NR_wait4 260 macro 666 __SC_COMP(__NR_wait4, sys_wait4, compat_sys_wait4)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 142 #define __NR_wait4 (__NR_SYSCALL_BASE+114) macro
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 525 GO(__NR_wait4, "4s 2m"); in main() 526 SY(__NR_wait4, x0, x0+1, x0, x0+1); FAIL; in main()
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 373 case __NR_wait4: in IsAllowedProcessStartOrDeath()
|