/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
epoll.h | 68 #define EPOLL_CTL_MOD 3 /* Change file decriptor epoll_event structure. */ 79 struct epoll_event struct 102 struct epoll_event *__event) __THROW; 115 extern int epoll_wait (int __epfd, struct epoll_event *__events, 124 extern int epoll_pwait (int __epfd, struct epoll_event *__events,
|
/external/chromium_org/net/tools/quic/test_tools/ |
mock_epoll_server.h | 50 typedef base::hash_multimap<int64, struct epoll_event> EventQueue; 60 void AddEvent(int64 time_in_usec, const struct epoll_event& ee) { 92 struct epoll_event* events,
|
mock_epoll_server.cc | 28 struct epoll_event* events,
|
/external/chromium/third_party/libevent/ |
epoll_sub.c | 42 epoll_ctl(int epfd, int op, int fd, struct epoll_event *event) 49 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout)
|
epoll.c | 67 struct epoll_event *events; 134 epollop->events = malloc(INITIAL_NEVENTS * sizeof(struct epoll_event)); 185 struct epoll_event *events = epollop->events; 249 struct epoll_event *new_events; 252 new_nevents * sizeof(struct epoll_event)); 267 struct epoll_event epev = {0, {0}}; 315 struct epoll_event epev = {0, {0}};
|
/external/chromium_org/third_party/libevent/ |
epoll_sub.c | 42 epoll_ctl(int epfd, int op, int fd, struct epoll_event *event) 49 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout)
|
epoll.c | 67 struct epoll_event *events; 134 epollop->events = malloc(INITIAL_NEVENTS * sizeof(struct epoll_event)); 185 struct epoll_event *events = epollop->events; 249 struct epoll_event *new_events; 252 new_nevents * sizeof(struct epoll_event)); 267 struct epoll_event epev = {0, {0}}; 315 struct epoll_event epev = {0, {0}};
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
eventpoll.h | 43 struct epoll_event { struct
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
eventpoll.h | 43 struct epoll_event { struct
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
eventpoll.h | 43 struct epoll_event { struct
|
/external/valgrind/main/memcheck/tests/linux/ |
syscalls-2007.c | 71 struct epoll_event evs[10];
|
/system/core/healthd/ |
healthd.cpp | 189 struct epoll_event ev; 235 struct epoll_event events[maxevents];
|
/bootable/recovery/minadbd/ |
fdevent.c | 128 struct epoll_event ev; 144 struct epoll_event ev; 160 struct epoll_event ev; 206 struct epoll_event events[256]; 219 struct epoll_event *ev = events + i;
|
/system/core/adb/ |
fdevent.c | 128 struct epoll_event ev; 144 struct epoll_event ev; 160 struct epoll_event ev; 206 struct epoll_event events[256]; 219 struct epoll_event *ev = events + i;
|
/system/core/libutils/ |
Looper.cpp | 93 struct epoll_event eventItem; 94 memset(& eventItem, 0, sizeof(epoll_event)); // zero out unused members of data field union 222 struct epoll_event eventItems[EPOLL_MAX_EVENTS]; 441 struct epoll_event eventItem; 442 memset(& eventItem, 0, sizeof(epoll_event)); // zero out unused members of data field union
|
/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);
|
/prebuilts/ndk/4/platforms/android-8/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/5/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/5/platforms/android-9/arch-arm/usr/include/sys/ |
linux-unistd.h | 199 int epoll_ctl (int epfd, int op, int fd, struct epoll_event *event); 200 int epoll_wait (int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/6/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/6/platforms/android-3/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);
|