Searched refs:_timeout (Results 1 – 2 of 2) sorted by relevance
75 static const char _timeout[] = " timeout="; in onDataAvailable() local76 cp = strstr(buffer, _timeout); in onDataAvailable()78 timeout = atol(cp + sizeof(_timeout) - 1) * NS_PER_SEC + in onDataAvailable()
201 static int _timeout = POLL_TIMEOUT; variable610 if (!isLowSpeedTransport && _timeout != POLL_TIMEOUT) in my_read()626 n = TEMP_FAILURE_RETRY(poll(fds, 2, _timeout)); in my_read()712 __func__, ret, ret, errno, count, n, _timeout); in my_read()713 if (_timeout == POLL_TIMEOUT) _timeout = -1; in my_read()740 _timeout = POLL_TIMEOUT; in userial_read_thread()