HomeSort by relevance Sort by last modified time
    Searched defs:epoll_wait (Results 1 - 4 of 4) sorted by null

  /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-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);
  /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);
  /external/chromium_org/third_party/libevent/
epoll_sub.c 49 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) function

Completed in 69 milliseconds