Searched refs:_check_timeout (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/multiprocessing/ |
D | connection.py | 76 def _check_timeout(t): function 311 if e.args[0] != errno.ECONNREFUSED or _check_timeout(t): 394 win32.ERROR_PIPE_BUSY) or _check_timeout(t):
|
/external/python/cpython3/Lib/multiprocessing/ |
D | connection.py | 62 def _check_timeout(t): function 715 _winapi.ERROR_PIPE_BUSY) or _check_timeout(t):
|
/external/python/cpython3/Lib/ |
D | subprocess.py | 1187 def _check_timeout(self, endtime, orig_timeout, stdout_seq, stderr_seq, member in Popen 1993 self._check_timeout(endtime, orig_timeout, 2001 self._check_timeout(endtime, orig_timeout, stdout, stderr)
|
/external/autotest/server/cros/bluetooth/ |
D | bluetooth_adapter_tests.py | 4437 def _check_timeout(delta): function 4533 timeout_ok = _check_timeout(actual_delta) 4547 success = _check_timeout(network_delta)
|