Searched defs:__NR_pause (Results 1 - 21 of 21) sorted by relevance

/external/valgrind/include/vki/
H A Dvki-scnums-solaris.h86 #define __NR_pause SYS_pause macro
H A Dvki-scnums-amd64-linux.h75 #define __NR_pause 34 macro
H A Dvki-scnums-mips64-linux.h72 #define __NR_pause (__NR_Linux + 33) macro
H A Dvki-scnums-s390x-linux.h64 #define __NR_pause 29 macro
H A Dvki-scnums-arm-linux.h66 #define __NR_pause 29 macro
H A Dvki-scnums-mips32-linux.h69 #define __NR_pause (__NR_Linux + 29) macro
H A Dvki-scnums-ppc32-linux.h66 #define __NR_pause 29 macro
H A Dvki-scnums-ppc64-linux.h66 #define __NR_pause 29 macro
H A Dvki-scnums-x86-linux.h66 #define __NR_pause 29 macro
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd_64.h38 #define __NR_pause 34 macro
H A Dunistd_x32.h33 #define __NR_pause (__X32_SYSCALL_BIT + 34) macro
H A Dunistd_32.h33 #define __NR_pause 29 macro
/external/libchrome/sandbox/linux/system_headers/
H A Dmips64_linux_syscalls.h148 #if !defined(__NR_pause)
149 #define __NR_pause (__NR_Linux + 33) macro
H A Dx86_64_linux_syscalls.h149 #if !defined(__NR_pause)
150 #define __NR_pause 34 macro
H A Darm_linux_syscalls.h104 #if !defined(__NR_pause)
105 #define __NR_pause (__NR_SYSCALL_BASE+29) macro
H A Dmips_linux_syscalls.h132 #if !defined(__NR_pause)
133 #define __NR_pause (__NR_Linux + 29) macro
H A Dx86_32_linux_syscalls.h129 #if !defined(__NR_pause)
130 #define __NR_pause 29 macro
/external/strace/
H A Dscno.h110 #ifndef __NR_pause
111 # define __NR_pause (SYSCALL_BIT | 34) macro
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dunistd-common.h25 #define __NR_pause (__NR_SYSCALL_BASE + 29) macro
/external/kernel-headers/original/uapi/asm-generic/
H A Dunistd.h843 #define __NR_pause 1061 macro
845 __SYSCALL(__NR_pause, sys_pause)
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dunistd.h52 #define __NR_pause (__NR_Linux + 29) macro
440 #define __NR_pause (__NR_Linux + 33) macro
783 #define __NR_pause (__NR_Linux + 33) macro

Completed in 338 milliseconds