Home | History | Annotate | Download | only in libevent

Lines Matching refs:epfd

13642 	int epfd;
13644 epfd = epoll_create(256);
13645 exit (epfd == -1 ? 1 : 0);