Searched refs:sub_debug (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Lib/multiprocessing/ |
D | util.py | 44 def sub_debug(msg, *args): function 209 sub_debug=sub_debug, getpid=os.getpid): argument 216 sub_debug('finalizer no longer registered') 219 sub_debug('finalizer ignored because different process') 222 sub_debug('finalizer calling %s with args %s and kwargs %s', 298 sub_debug('calling %s', finalizer)
|
D | connection.py | 653 util.sub_debug('listener created with address=%r', self._address) 696 util.sub_debug('closing listener with address=%r', address)
|
/external/python/cpython2/Lib/multiprocessing/ |
D | util.py | 68 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', 275 sub_debug('calling %s', finalizer)
|
D | reduction.py | 46 from multiprocessing.util import register_after_fork, debug, sub_debug 147 sub_debug('reducing handle %d', handle) 154 sub_debug('rebuilding handle %d', handle)
|
D | connection.py | 47 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)
|