Searched refs:EPOLL_CTL_DEL (Results 1 – 3 of 3) sorted by relevance
72 #define EPOLL_CTL_DEL 2 /* Remove a file descriptor from the interface. */ macro
2271 (void) epoll_ctl (efd, EPOLL_CTL_DEL, inotify_fd, NULL); in main_loop_epoll()2293 (void) epoll_ctl (efd, EPOLL_CTL_DEL, revs[cnt].data.fd, NULL); in main_loop_epoll()2320 (void) epoll_ctl (efd, EPOLL_CTL_DEL, cnt, NULL); in main_loop_epoll()
8911 argument for epoll_ctl(EPOLL_CTL_DEL) calls.