HomeSort by relevance Sort by last modified time
    Searched refs:__NR_epoll_pwait (Results 1 - 25 of 245) sorted by null

1 2 3 4 5 6 7 8 910

  /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 60 #if !defined(__NR_epoll_wait) && defined(__NR_epoll_pwait)
61 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
  /development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h 372 #define __NR_epoll_pwait 281
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h 372 #define __NR_epoll_pwait 281
  /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-tilegx-linux.h 70 #define __NR_epoll_pwait 22
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h 372 #define __NR_epoll_pwait 281
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h 372 #define __NR_epoll_pwait 281
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h 372 #define __NR_epoll_pwait 281
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/asm/
unistd_64.h 372 #define __NR_epoll_pwait 281
  /prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h 372 #define __NR_epoll_pwait 281
  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h 372 #define __NR_epoll_pwait 281
  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h 372 #define __NR_epoll_pwait 281
  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/asm/
unistd_64.h 372 #define __NR_epoll_pwait 281

Completed in 1025 milliseconds

1 2 3 4 5 6 7 8 910