Home
last modified time | relevance | path

Searched refs:EPOLL_CTL_DEL (Results 1 – 9 of 9) sorted by relevance

/external/strace/xlat/
Depollctls.h10 #if defined(EPOLL_CTL_DEL) || (defined(HAVE_DECL_EPOLL_CTL_DEL) && HAVE_DECL_EPOLL_CTL_DEL)
11 XLAT(EPOLL_CTL_DEL),
Depollctls.in3 EPOLL_CTL_DEL
/external/kernel-headers/original/uapi/linux/
Deventpoll.h26 #define EPOLL_CTL_DEL 2 macro
/external/strace/
Ddesc.c513 #ifdef EPOLL_CTL_DEL in sys_epoll_ctl()
514 (tcp->u_arg[1] != EPOLL_CTL_DEL) && in sys_epoll_ctl()
DNEWS34 * Fixed decoding of epoll_ctl syscall with EPOLL_CTL_DEL argument.
/external/chromium_org/third_party/libevent/
Depoll.c328 op = EPOLL_CTL_DEL; in epoll_del()
/external/chromium_org/net/tools/epoll_server/
Depoll_server.cc561 if (epoll_ctl(epoll_fd_, EPOLL_CTL_DEL, fd, &ee)) { in DelFD()
/external/wpa_supplicant_8/src/utils/
Deloop.c320 if (epoll_ctl(eloop.epollfd, EPOLL_CTL_DEL, sock, NULL) < 0) { in eloop_sock_table_remove_sock()
/external/valgrind/main/
DNEWS.old1070 107524 epoll_ctl event parameter checked on EPOLL_CTL_DEL