Searched refs:epoll_ctl (Results 1 – 7 of 7) sorted by relevance
/external/chromium/third_party/libevent/ |
D | epoll_sub.c | 42 epoll_ctl(int epfd, int op, int fd, struct epoll_event *event) in epoll_ctl() function
|
D | epoll.c | 299 if (epoll_ctl(epollop->epfd, op, ev->ev_fd, &epev) == -1) in epoll_add() 356 if (epoll_ctl(epollop->epfd, op, fd, &epev) == -1) in epoll_del()
|
D | config.h.in | 21 /* Define to 1 if you have the `epoll_ctl' function. */
|
D | configure.in | 177 AC_CHECK_FUNCS(epoll_ctl, [haveepoll=yes], )
|
D | configure | 21846 for ac_func in epoll_ctl
|
/external/chromium/net/tools/flip_server/ |
D | epoll_server.cc | 543 if (epoll_ctl(epoll_fd_, EPOLL_CTL_DEL, fd, &ee)) { in DelFD() 561 if (epoll_ctl(epoll_fd_, EPOLL_CTL_ADD, fd, &ee)) { in AddFD() 581 if (epoll_ctl(epoll_fd_, EPOLL_CTL_MOD, fd, &ee)) { in ModFD()
|
/external/strace/ |
D | ChangeLog | 1232 epoll_ctl, epoll_wait, remap_file_pages, set_tid_address,
|