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

  /bionic/libc/arch-arm/syscalls/
epoll_wait.S 6 ENTRY(epoll_wait) function
15 END(epoll_wait)
  /bionic/libc/arch-mips/syscalls/
epoll_wait.S 4 .globl epoll_wait
6 .ent epoll_wait
8 epoll_wait: label
22 .end epoll_wait
  /bionic/libc/arch-x86/syscalls/
epoll_wait.S 6 ENTRY(epoll_wait) function
30 END(epoll_wait)
  /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/third_party/libevent/
epoll_sub.c 49 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) function

Completed in 189 milliseconds