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

  /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 197 int epoll_wait (int epfd, struct epoll_event *events, int max, int timeout);
  /ndk/build/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);
  /ndk/build/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);
  /ndk/build/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);
  /ndk/build/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);
  /ndk/build/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);
  /ndk/build/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);
  /system/core/adb/
fdevent.c 184 n = epoll_wait(epoll_fd, events, 256, -1);
188 perror("epoll_wait");
  /bionic/libc/arch-arm/
syscalls.mk 167 syscall_src += arch-arm/syscalls/epoll_wait.S
  /bionic/libc/arch-sh/
syscalls.mk 156 syscall_src += arch-sh/syscalls/epoll_wait.S
  /bionic/libc/arch-x86/
syscalls.mk 170 syscall_src += arch-x86/syscalls/epoll_wait.S
  /hardware/libhardware_legacy/gps/
gps_qemu.c 663 nevents = epoll_wait( epoll_fd, events, 2, -1 );
666 LOGE("epoll_wait() unexpected error: %s", strerror(errno));
672 LOGE("EPOLLERR or EPOLLHUP after epoll_wait() !?");
729 LOGE("epoll_wait() returned unkown fd %d ?", fd);
  /sdk/emulator/qemud/
qemud.c 511 count = epoll_wait( l->epoll_fd, l->events, l->num_fds, -1 );
    [all...]

Completed in 1174 milliseconds