/external/strace/tests/ |
epoll_pwait.c | 4 #ifdef __NR_epoll_pwait 17 long rc = syscall(__NR_epoll_pwait, -1, ev, 1, -2, 28 SKIP_MAIN_UNDEFINED("__NR_epoll_pwait")
|
/external/strace/tests-m32/ |
epoll_pwait.c | 4 #ifdef __NR_epoll_pwait 17 long rc = syscall(__NR_epoll_pwait, -1, ev, 1, -2, 28 SKIP_MAIN_UNDEFINED("__NR_epoll_pwait")
|
/external/strace/tests-mx32/ |
epoll_pwait.c | 4 #ifdef __NR_epoll_pwait 17 long rc = syscall(__NR_epoll_pwait, -1, ev, 1, -2, 28 SKIP_MAIN_UNDEFINED("__NR_epoll_pwait")
|
/bionic/libc/arch-arm64/syscalls/ |
__epoll_pwait.S | 6 mov x8, __NR_epoll_pwait
|
/bionic/libc/arch-mips/syscalls/ |
__epoll_pwait.S | 8 li $v0, __NR_epoll_pwait
|
/bionic/libc/arch-x86_64/syscalls/ |
__epoll_pwait.S | 7 movl $__NR_epoll_pwait, %eax
|
/external/ltp/testcases/kernel/syscalls/epoll_pwait/ |
epoll_pwait.h | 31 return ltp_syscall(__NR_epoll_pwait, epfd, events, maxevents,
|
/external/libevent/ |
epoll_sub.c | 61 #if !defined(__NR_epoll_wait) && defined(__NR_epoll_pwait) 62 return (syscall(__NR_epoll_pwait, epfd, events, maxevents, timeout, NULL, 0));
|
/bionic/libc/arch-arm/syscalls/ |
__epoll_pwait.S | 14 ldr r7, =__NR_epoll_pwait
|
/bionic/libc/arch-mips64/syscalls/ |
__epoll_pwait.S | 8 li $v0, __NR_epoll_pwait
|
/bionic/libc/arch-x86/syscalls/ |
__epoll_pwait.S | 36 movl $__NR_epoll_pwait, %eax
|
/external/valgrind/include/vki/ |
vki-scnums-amd64-linux.h | 365 #define __NR_epoll_pwait 281
|
vki-scnums-arm64-linux.h | 61 #define __NR_epoll_pwait 22
|
vki-scnums-s390x-linux.h | 280 #define __NR_epoll_pwait 312
|
vki-scnums-arm-linux.h | 385 #define __NR_epoll_pwait 346
|
vki-scnums-ppc32-linux.h | 348 #define __NR_epoll_pwait 303
|
vki-scnums-ppc64-linux.h | 340 #define __NR_epoll_pwait 303
|
vki-scnums-x86-linux.h | 356 #define __NR_epoll_pwait 319
|
/external/minijail/linux-x86/ |
libsyscalls.gen.c | 849 #ifdef __NR_epoll_pwait 850 { "epoll_pwait", __NR_epoll_pwait },
|
/bionic/libc/kernel/uapi/asm-generic/ |
unistd.h | 57 #define __NR_epoll_pwait 22
|
/bionic/libc/kernel/uapi/asm-x86/asm/ |
unistd_32.h | 336 #define __NR_epoll_pwait 319
|
unistd_64.h | 302 #define __NR_epoll_pwait 281
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
unistd_32.h | 319 #define __NR_epoll_pwait 319
|
unistd_64.h | 285 #define __NR_epoll_pwait 281
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/ |
unistd_32.h | 327 #define __NR_epoll_pwait 319
|