/external/strace/tests-mx32/ |
D | pause.c | 34 #ifdef __NR_pause 64 syscall(__NR_pause); in main()
|
/external/strace/tests/ |
D | pause.c | 34 #ifdef __NR_pause 64 syscall(__NR_pause); in main()
|
/external/strace/tests-m32/ |
D | pause.c | 34 #ifdef __NR_pause 64 syscall(__NR_pause); in main()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | x86_64_linux_syscalls.h | 149 #if !defined(__NR_pause) 150 #define __NR_pause 34 macro
|
D | x86_32_linux_syscalls.h | 129 #if !defined(__NR_pause) 130 #define __NR_pause 29 macro
|
D | mips64_linux_syscalls.h | 148 #if !defined(__NR_pause) 149 #define __NR_pause (__NR_Linux + 33) macro
|
D | mips_linux_syscalls.h | 132 #if !defined(__NR_pause) 133 #define __NR_pause (__NR_Linux + 29) macro
|
D | arm_linux_syscalls.h | 104 #if !defined(__NR_pause) 105 #define __NR_pause (__NR_SYSCALL_BASE+29) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 108 #ifdef __NR_pause 109 { "pause", __NR_pause },
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 38 #define __NR_pause 34 macro
|
D | unistd_32.h | 33 #define __NR_pause 29 macro
|
D | unistd_x32.h | 33 #define __NR_pause (__X32_SYSCALL_BIT + 34) macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-s390x-linux.h | 64 #define __NR_pause 29 macro
|
D | vki-scnums-amd64-linux.h | 75 #define __NR_pause 34 macro
|
D | vki-scnums-arm-linux.h | 66 #define __NR_pause 29 macro
|
D | vki-scnums-ppc64-linux.h | 66 #define __NR_pause 29 macro
|
D | vki-scnums-ppc32-linux.h | 66 #define __NR_pause 29 macro
|
D | vki-scnums-x86-linux.h | 66 #define __NR_pause 29 macro
|
D | vki-scnums-solaris.h | 86 #define __NR_pause SYS_pause macro
|
D | vki-scnums-mips64-linux.h | 72 #define __NR_pause (__NR_Linux + 33) macro
|
D | vki-scnums-mips32-linux.h | 69 #define __NR_pause (__NR_Linux + 29) macro
|
/external/strace/ |
D | scno.h | 110 #ifndef __NR_pause 111 # define __NR_pause (SYSCALL_BIT | 34) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 52 #define __NR_pause (__NR_Linux + 29) macro 440 #define __NR_pause (__NR_Linux + 33) macro 783 #define __NR_pause (__NR_Linux + 33) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 843 #define __NR_pause 1061 macro 845 __SYSCALL(__NR_pause, sys_pause)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 25 #define __NR_pause (__NR_SYSCALL_BASE + 29) macro
|