HomeSort by relevance Sort by last modified time
    Searched defs:epoll_ctl (Results 1 - 6 of 6) sorted by null

  /bionic/libc/arch-arm/syscalls/
epoll_ctl.S 6 ENTRY(epoll_ctl) function
15 END(epoll_ctl)
  /bionic/libc/arch-mips/syscalls/
epoll_ctl.S 4 .globl epoll_ctl
6 .ent epoll_ctl
8 epoll_ctl: label
22 .end epoll_ctl
  /bionic/libc/arch-x86/syscalls/
epoll_ctl.S 6 ENTRY(epoll_ctl) function
30 END(epoll_ctl)
  /development/ndk/sources/android/libportable/arch-mips/
epoll.c 20 int WRAP(epoll_ctl)(int epfd, int op, int fd, struct epoll_event *event) function
22 return REAL(epoll_ctl)(epfd, op, fd, event);
  /development/ndk/sources/android/libportable/arch-x86/
epoll.c 21 int WRAP(epoll_ctl)(int epfd, int op, int fd, struct epoll_event_portable *event) function
28 return REAL(epoll_ctl)(epfd, op, fd, &x86_epoll_event);
  /external/chromium/third_party/libevent/
epoll_sub.c 42 epoll_ctl(int epfd, int op, int fd, struct epoll_event *event) function

Completed in 58 milliseconds