HomeSort by relevance Sort by last modified time
    Searched refs:_process_exited (Results 1 - 5 of 5) sorted by null

  /external/python/cpython3/Lib/asyncio/
subprocess.py 27 self._process_exited = False
98 self._process_exited = True
102 if len(self._pipe_fds) == 0 and self._process_exited:
base_subprocess.py 212 def _process_exited(self, returncode): member in class:BaseSubprocessTransport
windows_events.py 766 self._process_exited(returncode)
unix_events.py 213 self.call_soon_threadsafe(transp._process_exited, returncode)
    [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_subprocess.py 55 transport._process_exited(6)

Completed in 4819 milliseconds