Home
last modified time | relevance | path

Searched refs:_exit_function (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/multiprocessing/
H A Dutil.py76 atexit.unregister(_exit_function)
77 atexit.register(_exit_function)
79 atexit._exithandlers.remove((_exit_function, (), {}))
80 atexit._exithandlers.append((_exit_function, (), {}))
277 # destroyed. See the _exit_function function in this module for more
320 def _exit_function(info=info, debug=debug, _run_finalizers=_run_finalizers, function
362 atexit.register(_exit_function)
H A Dprocess.py317 util._exit_function()
/third_party/python/Lib/test/
H A D_test_multiprocessing.py4403 util._exit_function()

Completed in 8 milliseconds