Searched refs:epfd (Results 1 – 2 of 2) sorted by relevance
54 int addEpollFd(const unique_fd &epfd, const unique_fd &fd) { in addEpollFd() argument61 ret = epoll_ctl(epfd, EPOLL_CTL_ADD, fd, &event); in addEpollFd()
158 int addEpollFd(const unique_fd &epfd, const unique_fd &fd);