Home | Sort by relevance Sort by last modified time |
/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...] |