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()
321 w->epollfd = epoll_create(1); in do_threads()
322 if (w->epollfd < 0) in do_threads()
335 int efd = multiq ? w->epollfd : epollfd; in do_threads()
453 epollfd = epoll_create(1); in bench_epoll_wait()
454 if (epollfd < 0) in bench_epoll_wait()
551 close(epollfd); in bench_epoll_wait()