Lines Matching full:_thread
71 self._thread = None
86 if self._thread is None:
160 self._thread = threading.Thread(
166 self._thread.daemon = True
168 debug('doing self._thread.start()')
169 self._thread.start()
170 debug('... done self._thread.start()')
181 self._thread, Queue._finalize_join,
182 [weakref.ref(self._thread)],
298 if self._thread is None: