HomeSort by relevance Sort by last modified time
    Searched full:epoll_event (Results 26 - 50 of 83) sorted by null

12 3 4

  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/sys/
epoll.h 59 struct epoll_event struct
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/8/platforms/android-14/arch-x86/usr/include/sys/
epoll.h 59 struct epoll_event struct
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/8/platforms/android-3/arch-arm/usr/include/sys/
epoll.h 59 struct epoll_event struct
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/8/platforms/android-4/arch-arm/usr/include/sys/
epoll.h 59 struct epoll_event struct
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/8/platforms/android-5/arch-arm/usr/include/sys/
epoll.h 59 struct epoll_event struct
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/8/platforms/android-8/arch-arm/usr/include/sys/
epoll.h 59 struct epoll_event struct
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/8/platforms/android-9/arch-arm/usr/include/sys/
epoll.h 59 struct epoll_event struct
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/8/platforms/android-9/arch-mips/usr/include/sys/
epoll.h 59 struct epoll_event struct
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/8/platforms/android-9/arch-x86/usr/include/sys/
epoll.h 59 struct epoll_event struct
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/sources/android/libportable/arch-x86/
epoll.c 23 struct epoll_event x86_epoll_event;
33 struct epoll_event x86_epoll_event;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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,
  /prebuilts/gcc/linux-x86/host/i686-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,
  /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/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];
  /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;
  /frameworks/native/libs/utils/
Looper.cpp 91 struct epoll_event eventItem;
92 memset(& eventItem, 0, sizeof(epoll_event)); // zero out unused members of data field union
217 struct epoll_event eventItems[EPOLL_MAX_EVENTS];
433 struct epoll_event eventItem;
434 memset(& eventItem, 0, sizeof(epoll_event)); // zero out unused members of data field union
  /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;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 46 unsigned struct_epoll_event_sz = sizeof(struct epoll_event);
  /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);

Completed in 1225 milliseconds

12 3 4