Home | History | Annotate | Download | only in adaptation

Lines Matching defs:_timeout

164 static int _timeout = POLL_TIMEOUT;
572 if (!isLowSpeedTransport && _timeout != POLL_TIMEOUT)
585 n = poll(fds, 2, _timeout);
685 ret, ret, errno, count, n, _timeout);
686 if (_timeout == POLL_TIMEOUT)
687 _timeout = -1;
715 _timeout = POLL_TIMEOUT;