Home | History | Annotate | Download | only in multiprocessing

Lines Matching full:_thread

90         self._thread = None
106 if self._thread is None:
186 self._thread = threading.Thread(
192 self._thread.daemon = True
194 debug('doing self._thread.start()')
195 self._thread.start()
196 debug('... done self._thread.start()')
201 self._thread, Queue._finalize_join,
202 [weakref.ref(self._thread)],
319 if self._thread is None: