Home
last modified time | relevance | path

Searched refs:_check_system_limits (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/
Dcompileall.py88 from concurrent.futures.process import _check_system_limits
90 _check_system_limits()
/third_party/python/Lib/concurrent/futures/
Dprocess.py529 def _check_system_limits(): function
594 _check_system_limits()
/third_party/python/Lib/test/
Dtest_concurrent_futures.py28 from concurrent.futures.process import BrokenProcessPool, _check_system_limits
163 _check_system_limits()
177 _check_system_limits()
189 _check_system_limits()
Dtest_compileall.py23 from concurrent.futures.process import _check_system_limits
24 _check_system_limits()