HomeSort by relevance Sort by last modified time
    Searched refs:epfd (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /development/ndk/sources/android/libportable/arch-arm/
epoll.c 19 int epoll_ctl_portable(int epfd, int op, int fd, struct epoll_event *event)
21 return epoll_ctl(epfd, op, fd, event);
24 int epoll_wait_portable(int epfd, struct epoll_event *events, int max, int timeout)
26 return epoll_wait(epfd, events, max, timeout);
  /development/ndk/sources/android/libportable/arch-mips/
epoll.c 19 int epoll_ctl_portable(int epfd, int op, int fd, struct epoll_event *event)
21 return epoll_ctl(epfd, op, fd, event);
24 int epoll_wait_portable(int epfd, struct epoll_event *events, int max, int timeout)
26 return epoll_wait(epfd, events, max, timeout);
  /development/ndk/sources/android/libportable/arch-x86/
epoll.c 20 int epoll_ctl_portable(int epfd, int op, int fd, struct epoll_event_portable *event)
27 return epoll_ctl(epfd, op, fd, &x86_epoll_event);
30 int epoll_wait_portable(int epfd, struct epoll_event_portable *events, int max, int timeout)
33 int ret = epoll_wait(epfd, &x86_epoll_event, max, timeout);
  /external/chromium/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));
  /bionic/libc/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/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);

Completed in 1027 milliseconds

1 2 3 4