Searched refs:timeout_msecs (Results 1 – 1 of 1) sorted by relevance
401 const int timeout_msecs = DnsTlsSocket::kIdleTimeout.count() * 1000; in loop() local443 const int s = TEMP_FAILURE_RETRY(poll(fds, std::size(fds), timeout_msecs)); in loop()