Searched refs:EPOLL_CTL_ADD (Results 1 – 7 of 7) sorted by relevance
4 #if defined(EPOLL_CTL_ADD) || (defined(HAVE_DECL_EPOLL_CTL_ADD) && HAVE_DECL_EPOLL_CTL_ADD)5 XLAT(EPOLL_CTL_ADD),
1 EPOLL_CTL_ADD
25 #define EPOLL_CTL_ADD 1 macro
281 op = EPOLL_CTL_ADD; in epoll_add()
579 if (epoll_ctl(epoll_fd_, EPOLL_CTL_ADD, fd, &ee)) { in AddFD()
281 if (epoll_ctl(eloop.epollfd, EPOLL_CTL_ADD, sock, &ev) < 0) { in eloop_sock_table_add_sock()
72 const int EPOLL_CTL_ADD = 1; variable1668 if (op == EPOLL_CTL_ADD && epfd >= 0) in TSAN_INTERCEPTOR()