Home
last modified time | relevance | path

Searched refs:_run_finalizers (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/multiprocessing/
H A Dutil.py268 def _run_finalizers(minpriority=None): function
320 def _exit_function(info=info, debug=debug, _run_finalizers=_run_finalizers,
334 _run_finalizers(0)
360 _run_finalizers()
486 # bpo-37421: Explicitly call _run_finalizers() to remove immediately
488 _run_finalizers()
/third_party/python/Lib/test/
H A D_test_multiprocessing.py4419 # bpo-24484: _run_finalizers() should be thread-safe
4439 util._run_finalizers()

Completed in 9 milliseconds