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

1 2 3 4 5

  /development/ndk/sources/android/libportable/arch-mips/
epoll.c 25 int WRAP(epoll_wait)(int epfd, struct epoll_event *events, int max, int timeout) function
27 return REAL(epoll_wait)(epfd, events, max, timeout);
  /bionic/libc/bionic/
epoll_wait.cpp 31 int epoll_wait(int fd, struct epoll_event* events, int max_events, int timeout) { function
  /development/ndk/sources/android/libportable/arch-x86/
epoll.c 31 int WRAP(epoll_wait)(int epfd, struct epoll_event_portable *events, int max, int timeout) function
34 int ret = REAL(epoll_wait)(epfd, &x86_epoll_event, max, timeout);
  /development/ndk/platforms/android-3/include/sys/
epoll.h 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /external/chromium_org/third_party/libevent/
epoll_sub.c 49 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) function
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
epoll.h 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
epoll.h 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
epoll.h 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
epoll.h 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
epoll.h 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
epoll.h 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
epoll.h 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
epoll.h 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
epoll.h 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
epoll.h 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
epoll.h 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
epoll.h 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
epoll.h 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
epoll.h 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
epoll.h 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
epoll.h 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
epoll.h 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/sys/
epoll.h 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/sys/
epoll.h 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/
epoll.h 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);

Completed in 900 milliseconds

1 2 3 4 5