Home | History | Annotate | Download | only in multiprocessing

Lines Matching defs:debug

49 from multiprocessing.util import debug, info, Finalize, register_after_fork
87 debug('Queue._after_fork()')
164 debug('Queue.join_thread()')
170 debug('Queue.cancel_join_thread()')
178 debug('Queue._start_thread()')
190 debug('doing self._thread.start()')
192 debug('... done self._thread.start()')
211 debug('joining queue thread')
215 debug('... queue thread joined')
217 debug('... queue thread already dead')
221 debug('telling queue thread to quit')
231 debug('starting thread to feed data to pipe')
257 debug('feeder thread got sentinel -- exiting')