Home
last modified time | relevance | path

Searched refs:cpu_count (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/toolchain/build/toolchain/
H A Dget_cpu_count.py15 cpu_count = multiprocessing.cpu_count()
17 cpu_count = 1
19 print(cpu_count)
H A Dget_concurrent_links.py64 cpu_cap = multiprocessing.cpu_count()
/arkcompiler/ets_frontend/test262/
H A Dconfig.py25 from multiprocessing import cpu_count namespace
78 DEFAULT_THREADS = min(cpu_count(), 32)
/arkcompiler/runtime_core/static_core/scripts/code_style/
H A Dcode_style_check.py78 return multiprocessing.cpu_count()
H A Dclang_tidy_rename.py84 pool = multiprocessing.Pool(multiprocessing.cpu_count())
/arkcompiler/toolchain/build/prebuilts_download/
H A Dprebuilts_download.py24 from multiprocessing import cpu_count namespace
135 cnt = cpu_count()
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/
H A Ddecorator_value.py147 return multiprocessing.cpu_count()
/arkcompiler/runtime_core/static_core/scripts/clang-tidy/
H A Dclang_tidy_check.py453 return multiprocessing.cpu_count()
/arkcompiler/ets_frontend/arkguard/scripts/
H A Dgrammar_test.py64 POOL_THREAD_COUNT = os.cpu_count()

Completed in 5 milliseconds