Home | History | Annotate | Download | only in python2.7

Lines Matching refs:stdout_thread

1012                 stdout_thread = threading.Thread(target=self._readerthread,
1014 stdout_thread.setDaemon(True)
1015 stdout_thread.start()
1033 stdout_thread.join()