Searched refs:_check_timeout (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/multiprocessing/ |
H A D | connection.py | 62 def _check_timeout(t): function 709 _winapi.ERROR_PIPE_BUSY) or _check_timeout(t):
|
/third_party/python/Lib/ |
H A D | subprocess.py | 1247 def _check_timeout(self, endtime, orig_timeout, stdout_seq, stderr_seq, member in Popen 2101 self._check_timeout(endtime, orig_timeout, 2105 '_check_timeout(..., skip_check_and_raise=True) ' 2109 self._check_timeout(endtime, orig_timeout, stdout, stderr)
|
Completed in 4 milliseconds