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