Lines Matching refs:epollfd
101 static int epollfd; variable
119 int epollfd; /* for --multiq */ member
190 int efd = multiq ? w->epollfd : epollfd; in workerfn()
233 close(w->epollfd); in workerfn()
243 int efd = multiq ? w->epollfd : epollfd; in nest_epollfd()
313 w->epollfd = epoll_create(1); in do_threads()
314 if (w->epollfd < 0) in do_threads()
327 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()
537 close(epollfd); in bench_epoll_wait()