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

1 2

  /bionic/libc/arch-arm/syscalls/
epoll_wait.S 5 .type epoll_wait, #function
6 .globl epoll_wait
10 epoll_wait: label
  /bionic/libc/arch-sh/syscalls/
epoll_wait.S 5 .type epoll_wait, @function
6 .globl epoll_wait
9 epoll_wait: label
  /bionic/libc/arch-x86/syscalls/
epoll_wait.S 5 .type epoll_wait, @function
6 .globl epoll_wait
9 epoll_wait: label
  /bionic/libc/include/sys/
epoll.h 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
linux-unistd.h 200 int epoll_wait (int epfd, struct epoll_event *events, int max, int timeout);
  /development/ndk/platforms/android-3/include/sys/
epoll.h 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
linux-unistd.h 193 int epoll_wait (int epfd, struct epoll_event *events, int max, int timeout);
  /external/chromium/third_party/libevent/
epoll_sub.c 49 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) function
epoll.c 198 res = epoll_wait(epollop->epfd, events, epollop->nevents, timeout);
202 event_warn("epoll_wait");
212 event_debug(("%s: epoll_wait reports %d", __func__, res));
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
epoll.h 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
linux-unistd.h 193 int epoll_wait (int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
epoll.h 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
linux-unistd.h 193 int epoll_wait (int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
epoll.h 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
linux-unistd.h 193 int epoll_wait (int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
epoll.h 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
linux-unistd.h 193 int epoll_wait (int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
epoll.h 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
linux-unistd.h 193 int epoll_wait (int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
epoll.h 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
linux-unistd.h 193 int epoll_wait (int epfd, struct epoll_event *events, int max, int timeout);
  /development/ndk/platforms/android-9/include/sys/
linux-unistd.h 200 int epoll_wait (int epfd, struct epoll_event *events, int max, int timeout);
  /external/chromium/net/tools/flip_server/
epoll_server.h 90 // epoll_wait event vs one from the ready list, and an output
308 // epoll_wait(). The fd is removed from the ready list before the
514 return epoll_wait(epfd, events, max_events, timeout_in_ms);
    [all...]
  /frameworks/base/libs/utils/
Looper.cpp 207 int eventCount = epoll_wait(mEpollFd, eventItems, EPOLL_MAX_EVENTS, timeoutMillis);
  /system/core/adb/
fdevent.c 184 n = epoll_wait(epoll_fd, events, 256, -1);
188 perror("epoll_wait");

Completed in 465 milliseconds

1 2