Lines Matching refs:thread
32 # Queue type using a pipe, buffer and thread
164 # Start thread which transfers data from buffer to pipe
187 # Send sentinel to the thread queue object when garbage collected
196 debug('joining queue thread')
197 thread = twr()
198 if thread is not None:
199 thread.join()
200 debug('... queue thread joined')
202 debug('... queue thread already dead')
206 debug('telling queue thread to quit')
214 debug('starting thread to feed data to pipe')
238 debug('feeder thread got sentinel -- exiting')
258 # Since this runs in a daemon thread the resources it uses
263 info('error in queue thread: %s', e)
277 Private API hook called when feeding data in the background thread