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