Searched refs:epoll_ofd (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/contrib/perftcpdns/ |
H A D | perftcpdns.c | 259 int epoll_ifd, epoll_ofd; /* epoll file descriptors */ variable 316 epoll_ofd = epoll_create(EVENTS_CNT); 317 if (epoll_ofd < 0) { 1105 if (epoll_ctl(epoll_ofd, EPOLL_CTL_ADD, x->sock, &ev) < 0) { 1270 if (epoll_ctl(epoll_ofd, EPOLL_CTL_ADD, x->sock, &ev) < 0) { 1445 nfds = epoll_wait(epoll_ofd, oevents, EVENTS_CNT, 1);
|
Completed in 14 milliseconds