Searched defs:tv_call (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dioloop.c588 struct timeval tv, tv_call; local
619 tv_call = ioloop_timeval;
624 /* use tv_call to make sure we don't get to infinite loop in
626 if (timeout_get_wait_time(timeout, &tv, &tv_call) > 0)
634 timeout_reset_timeval(timeout, &tv_call);

Completed in 41 milliseconds