Home | History | Annotate | Download | only in multiprocessing

Lines Matching defs:INFO

45     'sub_debug', 'debug', 'info', 'sub_warning', 'get_logger',
58 INFO = 20
75 def info(msg, *args):
77 _logger.log(INFO, msg, *args)
139 info('created temp directory %s', tempdir)
158 info('after forker raised exception %s', e)
288 def _exit_function(info=info, debug=debug, _run_finalizers=_run_finalizers,
297 info('process shutting down')
314 info('calling terminate() for daemon %s', p.name)
318 info('calling join() for process %s', p.name)