Searched refs:WaitForReadWithTimeout (Results 1 – 4 of 4) sorted by relevance
52 bool WaitForReadWithTimeout(int fd, struct timeval&& timeout);56 bool WaitForReadWithTimeout(int fd, duration_t timeout) { in WaitForReadWithTimeout() function57 return WaitForReadWithTimeout(fd, TimeValFromChronoDuration(timeout)); in WaitForReadWithTimeout()
56 bool WaitForReadWithTimeout(int fd, struct timeval&& timeout) { in WaitForReadWithTimeout() function
112 if (!WaitForReadWithTimeout(socketfd, kSocketCheckPeriod)) { in Listen()
163 if (!WaitForReadWithTimeout(inotifyFd, kFileStatusCheckPeriod)) { in PowerStateWatcher()