Home | History | Annotate | Download | only in adaptation

Lines Matching defs:_timeout

194 static int _timeout = POLL_TIMEOUT;
624 if (!isLowSpeedTransport && _timeout != POLL_TIMEOUT)
637 n = TEMP_FAILURE_RETRY(poll(fds, 2, _timeout));
741 ret, ret, errno, count, n, _timeout);
742 if (_timeout == POLL_TIMEOUT)
743 _timeout = -1;
771 _timeout = POLL_TIMEOUT;