Home
last modified time | relevance | path

Searched refs:EPOLL_CTL_ADD (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-epoll.c65 TEST_COMPARE (epoll_ctl (efd, EPOLL_CTL_ADD, fds[1][0], &event), 0); in test_epoll_basic()
76 TEST_COMPARE (epoll_ctl (efd, EPOLL_CTL_ADD, fds[0][0], &event), 0); in test_epoll_basic()
136 TEST_COMPARE (epoll_ctl (efd, EPOLL_CTL_ADD, fds[0], &event), 0); in test_epoll_large_timeout()
Dtest-errno-linux.c158 fails |= test_wrp (EBADF, epoll_ctl, -1, EPOLL_CTL_ADD, 0, &epoll_event); in do_test()
/glibc-2.36/sysdeps/unix/sysv/linux/sys/
Depoll.h71 #define EPOLL_CTL_ADD 1 /* Add a file descriptor to the interface. */ macro
/glibc-2.36/nscd/
Dconnections.c2196 if (epoll_ctl (efd, EPOLL_CTL_ADD, sock, &ev) == -1) in main_loop_epoll()
2205 if (epoll_ctl (efd, EPOLL_CTL_ADD, inotify_fd, &ev) == -1) in main_loop_epoll()
2217 if (epoll_ctl (efd, EPOLL_CTL_ADD, nl_status_fd, &ev) == -1) in main_loop_epoll()
2245 || epoll_ctl (efd, EPOLL_CTL_ADD, fd, &ev) == -1) in main_loop_epoll()