/development/ndk/sources/android/libportable/arch-mips/ |
epoll.c | 20 int WRAP(epoll_ctl)(int epfd, int op, int fd, struct epoll_event *event) 22 return REAL(epoll_ctl)(epfd, op, fd, event); 25 int WRAP(epoll_wait)(int epfd, struct epoll_event *events, int max, int timeout) 27 return REAL(epoll_wait)(epfd, events, max, timeout);
|
/development/ndk/sources/android/libportable/arch-x86/ |
epoll.c | 21 int WRAP(epoll_ctl)(int epfd, int op, int fd, struct epoll_event_portable *event) 28 return REAL(epoll_ctl)(epfd, op, fd, &x86_epoll_event); 31 int WRAP(epoll_wait)(int epfd, struct epoll_event_portable *events, int max, int timeout) 34 int ret = REAL(epoll_wait)(epfd, &x86_epoll_event, max, timeout);
|
/external/chromium_org/third_party/libevent/ |
epoll_sub.c | 42 epoll_ctl(int epfd, int op, int fd, struct epoll_event *event) 45 return (syscall(__NR_epoll_ctl, epfd, op, fd, event)); 49 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) 51 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout));
|
/development/ndk/platforms/android-3/include/sys/ |
epoll.h | 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/ |
epoll.h | 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 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 | 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 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 | 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 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 | 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 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 | 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 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 | 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 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 | 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 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 | 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 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 | 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 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 | 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 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 | 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 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 | 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 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 | 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 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 | 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 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 | 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 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 | 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 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 | 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 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 | 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 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 | 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 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 | 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/ |
epoll.h | 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
|