Lines Matching refs:epollfd
102 static int epollfd; variable
120 int epollfd; /* for --multiq */ member
191 int efd = multiq ? w->epollfd : epollfd; in workerfn()
234 close(w->epollfd); in workerfn()
244 int efd = multiq ? w->epollfd : epollfd; in nest_epollfd()
314 w->epollfd = epoll_create(1); in do_threads()
315 if (w->epollfd < 0) in do_threads()
328 int efd = multiq ? w->epollfd : epollfd; in do_threads()
439 epollfd = epoll_create(1); in bench_epoll_wait()
440 if (epollfd < 0) in bench_epoll_wait()
536 close(epollfd); in bench_epoll_wait()