Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dcompileall.py88 from concurrent.futures.process import _check_system_limits
90 _check_system_limits()
/external/python/cpython3/Lib/concurrent/futures/
Dprocess.py529 def _check_system_limits(): function
594 _check_system_limits()
/external/python/cpython3/Lib/test/
Dtest_concurrent_futures.py28 from concurrent.futures.process import BrokenProcessPool, _check_system_limits
169 _check_system_limits()
183 _check_system_limits()
195 _check_system_limits()
Dtest_compileall.py22 from concurrent.futures.process import _check_system_limits
23 _check_system_limits()