/external/strace/tests/ |
D | eventfd.c | 39 #if defined __NR_eventfd2 && defined O_CLOEXEC in main() 41 return syscall(__NR_eventfd2, -1L, 1 | O_CLOEXEC | O_NONBLOCK) == 0 ? in main()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 86 #if !defined(__NR_eventfd2) 87 #define __NR_eventfd2 19 macro
|
D | x86_64_linux_syscalls.h | 1173 #if !defined(__NR_eventfd2) 1174 #define __NR_eventfd2 290 macro
|
D | x86_32_linux_syscalls.h | 1309 #if !defined(__NR_eventfd2) 1310 #define __NR_eventfd2 328 macro
|
D | mips64_linux_syscalls.h | 1150 #if !defined(__NR_eventfd2) 1151 #define __NR_eventfd2 (__NR_Linux + 284) macro
|
D | arm_linux_syscalls.h | 1268 #if !defined(__NR_eventfd2) 1269 #define __NR_eventfd2 (__NR_SYSCALL_BASE+356) macro
|
D | mips_linux_syscalls.h | 1316 #if !defined(__NR_eventfd2) 1317 #define __NR_eventfd2 (__NR_Linux + 325) macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 65 #define __NR_eventfd2 19 macro
|
D | vki-scnums-arm64-linux.h | 58 #define __NR_eventfd2 19 macro
|
D | vki-scnums-s390x-linux.h | 291 #define __NR_eventfd2 323 macro
|
D | vki-scnums-amd64-linux.h | 374 #define __NR_eventfd2 290 macro
|
D | vki-scnums-ppc32-linux.h | 359 #define __NR_eventfd2 314 macro
|
D | vki-scnums-x86-linux.h | 365 #define __NR_eventfd2 328 macro
|
D | vki-scnums-ppc64-linux.h | 351 #define __NR_eventfd2 314 macro
|
D | vki-scnums-arm-linux.h | 395 #define __NR_eventfd2 356 macro
|
D | vki-scnums-mips64-linux.h | 323 #define __NR_eventfd2 (__NR_Linux + 284) macro
|
D | vki-scnums-mips32-linux.h | 365 #define __NR_eventfd2 (__NR_Linux + 325) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 294 #define __NR_eventfd2 290 macro
|
D | unistd_32.h | 328 #define __NR_eventfd2 328 macro
|
D | unistd_x32.h | 257 #define __NR_eventfd2 (__X32_SYSCALL_BIT + 290) macro
|
/external/valgrind/docs/internals/ |
D | 3_4_BUGSTATUS.txt | 113 190219 unhandled syscall: 328 (x86-linux, __NR_eventfd2 ?)
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 348 #define __NR_eventfd2 (__NR_Linux + 325) macro 684 #define __NR_eventfd2 (__NR_Linux + 284) macro 1025 #define __NR_eventfd2 (__NR_Linux + 288) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 78 #define __NR_eventfd2 19 macro 79 __SYSCALL(__NR_eventfd2, sys_eventfd2)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 385 #define __NR_eventfd2 (__NR_SYSCALL_BASE+356) macro
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 772 case __NR_eventfd2: in IsEventFd()
|