Home
last modified time | relevance | path

Searched defs:num_cpus (Results 1 – 13 of 13) sorted by relevance

/llvm-project/libc/test/src/sched/
H A Dcpu_count_test.cpp29 int num_cpus = LIBC_NAMESPACE::CPU_COUNT(&mask); in TEST() local
/llvm-project/third-party/benchmark/tools/gbench/Inputs/
H A Dtest5_run0.json4 "num_cpus": 4, number
H A Dtest5_run1.json4 "num_cpus": 4, number
H A Dtest4_run1.json4 "num_cpus": 4, number
H A Dtest4_run0.json4 "num_cpus": 4, number
H A Dtest3_run1.json4 "num_cpus": 4, number
H A Dtest3_run0.json4 "num_cpus": 4, number
H A Dtest2_run.json4 "num_cpus": 4, number
H A Dtest1_run2.json4 "num_cpus": 4, number
H A Dtest1_run1.json4 "num_cpus": 4, number
/llvm-project/openmp/runtime/test/affinity/
H A Dlibomp_test_topology.h135 int num_cpus = topology_get_num_cpus(); in topology_using_full_mask() local
154 int num_cpus = topology_get_num_cpus(); in topology_alloc_type_places() local
/llvm-project/third-party/benchmark/src/
H A Dsysinfo.cc227 CPUInfo::Scaling CpuScaling(int num_cpus) { in CpuScaling()
566 const int num_cpus = GetNumCPUsImpl(); in GetNumCPUs() local
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1724 int num_cpus; member