Home | History | Annotate | Download | only in multiprocessing

Lines Matching refs:_thread

90         self._thread = None
106 if self._thread is None:
182 self._thread = threading.Thread(
188 self._thread.daemon = True
190 debug('doing self._thread.start()')
191 self._thread.start()
192 debug('... done self._thread.start()')
197 self._thread, Queue._finalize_join,
198 [weakref.ref(self._thread)],
317 if self._thread is None: