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

  /external/python/cpython2/Lib/
subprocess.py 698 def _readerthread(self, fh, buffer): function in function:Popen.poll
708 stdout_thread = threading.Thread(target=self._readerthread,
714 stderr_thread = threading.Thread(target=self._readerthread,
    [all...]
  /external/python/cpython3/Lib/
subprocess.py 1237 def _readerthread(self, fh, buffer): function in function:Popen.wait
    [all...]

Completed in 83 milliseconds