Searched refs:kPollTimeoutMs (Results 1 – 2 of 2) sorted by relevance
102 static constexpr int kPollTimeoutMs = 5000; variable
177 if (int ret = poll(wait_fd, std::size(wait_fd), kPollTimeoutMs); ret <= 0) { in loop()