/development/ndk/platforms/android-3/include/sys/ |
D | wait.h | 55 return (pid_t)syscall(__NR_wait4, pid, status, options, rusage); in wait4()
|
D | linux-syscalls.h | 122 #define __NR_wait4 (__NR_SYSCALL_BASE + 114) macro
|
/development/ndk/platforms/android-9/include/sys/ |
D | wait.h | 56 return (pid_t)syscall(__NR_wait4, pid, status, options, rusage); in wait4()
|
D | linux-syscalls.h | 124 #define __NR_wait4 (__NR_SYSCALL_BASE + 114) macro
|
/development/ndk/platforms/android-L/arch-x86/include/asm/ |
D | unistd_64.h | 97 #define __NR_wait4 61 macro
|
D | unistd_32.h | 164 #define __NR_wait4 114 macro
|
D | unistd_x32.h | 84 #define __NR_wait4 (__X32_SYSCALL_BIT + 61) macro
|
/development/ndk/platforms/android-L/arch-x86_64/include/asm/ |
D | unistd_64.h | 97 #define __NR_wait4 61 macro
|
D | unistd_32.h | 164 #define __NR_wait4 114 macro
|
D | unistd_x32.h | 84 #define __NR_wait4 (__X32_SYSCALL_BIT + 61) macro
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
D | unistd_32.h | 164 #define __NR_wait4 114 macro
|
/development/ndk/platforms/android-L/include/asm-generic/ |
D | unistd.h | 352 #define __NR_wait4 260 macro
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
D | unistd.h | 167 #define __NR_wait4 (__NR_Linux + 114) macro 539 #define __NR_wait4 (__NR_Linux + 59) macro 927 #define __NR_wait4 (__NR_Linux + 59) macro
|
/development/ndk/platforms/android-L/arch-mips/include/asm/ |
D | unistd.h | 167 #define __NR_wait4 (__NR_Linux + 114) macro 541 #define __NR_wait4 (__NR_Linux + 59) macro 934 #define __NR_wait4 (__NR_Linux + 59) macro
|
/development/ndk/platforms/android-L/arch-mips64/include/asm/ |
D | unistd.h | 167 #define __NR_wait4 (__NR_Linux + 114) macro 541 #define __NR_wait4 (__NR_Linux + 59) macro 934 #define __NR_wait4 (__NR_Linux + 59) macro
|
/development/ndk/platforms/android-L/include/sys/ |
D | glibc-syscalls.h | 317 #define SYS_wait4 __NR_wait4 663 #define SYS_wait4 __NR_wait4 1023 #define SYS_wait4 __NR_wait4 1368 #define SYS_wait4 __NR_wait4 1683 #define SYS_wait4 __NR_wait4
|
/development/ndk/platforms/android-L/arch-arm/include/asm/ |
D | unistd.h | 140 #define __NR_wait4 (__NR_SYSCALL_BASE+114) macro
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
D | unistd.h | 145 #define __NR_wait4 (__NR_SYSCALL_BASE+114) macro
|
/development/ndk/platforms/android-9/arch-mips/include/sys/ |
D | linux-syscalls.h | 68 #define __NR_wait4 (__NR_SYSCALL_BASE + 114) macro
|