Home
last modified time | relevance | path

Searched refs:sub_debug (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/multiprocessing/
Dutil.py68 def sub_debug(msg, *args): function
199 sub_debug('finalizer no longer registered')
202 sub_debug('finalizer ignored because different process')
205 sub_debug('finalizer calling %s with args %s and kwargs %s',
272 sub_debug('calling %s', finalizer)
Dreduction.py46 from multiprocessing.util import register_after_fork, debug, sub_debug
147 sub_debug('reducing handle %d', handle)
154 sub_debug('rebuilding handle %d', handle)
Dconnection.py47 from multiprocessing.util import get_temp_dir, Finalize, sub_debug, debug
347 sub_debug('listener created with address=%r', self._address)
376 sub_debug('closing listener with address=%r', address)