Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/sys/
Depoll.h72 #define EPOLL_CTL_DEL 2 /* Remove a file descriptor from the interface. */ macro
/glibc-2.36/nscd/
Dconnections.c2271 (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()
/glibc-2.36/ChangeLog.old/
DChangeLog.168911 argument for epoll_ctl(EPOLL_CTL_DEL) calls.