Home
last modified time | relevance | path

Searched refs:__NR_wait4 (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/include/android/
Dlegacy_sys_wait_inlines.h42 return __BIONIC_CAST(static_cast, pid_t, syscall(__NR_wait4, pid, status, options, rusage)); in wait4()
/bionic/libc/kernel/uapi/asm-x86/asm/
Dunistd_64.h82 #define __NR_wait4 61 macro
Dunistd_32.h135 #define __NR_wait4 114 macro
Dunistd_x32.h71 #define __NR_wait4 (__X32_SYSCALL_BIT + 61) macro
/bionic/libc/kernel/uapi/asm-generic/
Dunistd.h323 #define __NR_wait4 260 macro
/bionic/libc/include/bits/
Dglibc-syscalls.h1332 #if defined(__NR_wait4)
1333 #define SYS_wait4 __NR_wait4
/bionic/libc/kernel/uapi/asm-arm/asm/
Dunistd-common.h103 #define __NR_wait4 (__NR_SYSCALL_BASE + 114) macro