Searched refs:tvout (Results 1 – 2 of 2) sorted by relevance
256 const struct timeval *tvout; in ares_event_thread() local259 tvout = ares_timeout(e->channel, NULL, &tv); in ares_event_thread()260 if (tvout != NULL) { in ares_event_thread()262 (unsigned long)((tvout->tv_sec * 1000) + (tvout->tv_usec / 1000) + 1); in ares_event_thread()
216 timeval tvout; in reset_timeout() local217 auto tv = ares_timeout(channel_, nullptr, &tvout); in reset_timeout()