/prebuilts/ndk/9/platforms/android-17/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/9/platforms/android-17/arch-mips/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/9/platforms/android-17/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/9/platforms/android-18/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/9/platforms/android-18/arch-mips/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/9/platforms/android-18/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/9/platforms/android-19/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/9/platforms/android-19/arch-mips/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/9/platforms/android-19/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/9/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/9/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/9/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/9/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/9/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/9/platforms/android-9/arch-mips/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/9/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);
|
/development/ndk/platforms/android-3/header-patches/include/sys/ |
epoll.h | 67 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 68 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
|
/external/chromium_org/third_party/libevent/ |
epoll.c | 69 int epfd; member in struct:epollop 112 int epfd; local 120 if ((epfd = epoll_create(32000)) == -1) { 126 FD_CLOSEONEXEC(epfd); 131 epollop->epfd = epfd; 198 res = epoll_wait(epollop->epfd, events, epollop->nevents, timeout); 299 if (epoll_ctl(epollop->epfd, op, ev->ev_fd, &epev) == -1) 356 if (epoll_ctl(epollop->epfd, op, fd, &epev) == -1) 372 if (epollop->epfd >= 0 [all...] |
/external/chromium_org/net/tools/quic/test_tools/ |
mock_epoll_server.cc | 27 int MockEpollServer::epoll_wait_impl(int epfd,
|
mock_epoll_server.h | 93 virtual int epoll_wait_impl(int epfd,
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/ |
linux-unistd.h | 192 int epoll_ctl (int epfd, int op, int fd, struct epoll_event *event); 193 int epoll_wait (int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/ |
linux-unistd.h | 192 int epoll_ctl (int epfd, int op, int fd, struct epoll_event *event); 193 int epoll_wait (int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/ |
linux-unistd.h | 192 int epoll_ctl (int epfd, int op, int fd, struct epoll_event *event); 193 int epoll_wait (int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/ |
linux-unistd.h | 192 int epoll_ctl (int epfd, int op, int fd, struct epoll_event *event); 193 int epoll_wait (int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/ |
linux-unistd.h | 192 int epoll_ctl (int epfd, int op, int fd, struct epoll_event *event); 193 int epoll_wait (int epfd, struct epoll_event *events, int max, int timeout);
|