Home
last modified time | relevance | path

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

/art/tools/
Drun-libcore-tests.py499 args.jobs = multiprocessing.cpu_count()
/art/test/
Drun_test_build.py38 from os import environ, getcwd, chdir, cpu_count, chmod
577 with ThreadPoolExecutor(cpu_count() if use_multiprocessing(args.mode) else 1) as pool:
/art/dex2oat/
Ddex2oat.cc257 int cpu_count = sysconf(_SC_NPROCESSORS_CONF); in SetCpuAffinity() local
262 if (cpu >= 0 && cpu < cpu_count) { in SetCpuAffinity()
267 cpu, cpu_count); in SetCpuAffinity()
/art/test/testrunner/
Dtestrunner.py1055 return multiprocessing.cpu_count()