Lines Matching refs:loop_
119 loop_(loop),
132 stop_ev(loop_, revs_);
133 stop_ev(loop_, wevs_);
135 ev_timer_stop(loop_, &timer_);
224 ev_timer_again(loop_, &timer_);
277 start_ev(revs_, loop_, fd, EV_READ, readcb, this);
280 void DNSResolver::stop_rev(int fd) { stop_ev(revs_, loop_, fd, EV_READ); }
283 start_ev(wevs_, loop_, fd, EV_WRITE, writecb, this);
286 void DNSResolver::stop_wev(int fd) { stop_ev(wevs_, loop_, fd, EV_WRITE); }
289 stop_ev(loop_, revs_);
290 stop_ev(loop_, wevs_);
291 ev_timer_stop(loop_, &timer_);