Lines Matching refs:epfd
22221 int epfd;22223 epfd = epoll_create(256);22224 exit (epfd == -1 ? 1 : 0);