Lines Matching refs:_thread
77 self._thread = None
93 if self._thread is None:
166 self._thread = threading.Thread(
174 self._thread.daemon = True
176 debug('doing self._thread.start()')
177 self._thread.start()
178 debug('... done self._thread.start()')
182 self._thread, Queue._finalize_join,
183 [weakref.ref(self._thread)],
315 if self._thread is None: