Home | History | Annotate | Download | only in libevent

Lines Matching refs:epfd

69 	int epfd;
112 int epfd;
120 if ((epfd = epoll_create(32000)) == -1) {
126 FD_CLOSEONEXEC(epfd);
131 epollop->epfd = epfd;
198 res = epoll_wait(epollop->epfd, events, epollop->nevents, timeout);
299 if (epoll_ctl(epollop->epfd, op, ev->ev_fd, &epev) == -1)
356 if (epoll_ctl(epollop->epfd, op, fd, &epev) == -1)
372 if (epollop->epfd >= 0)
373 close(epollop->epfd);