Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/benchmark/
H A Dhelpers.h36 unsigned int get_ncpu(void);
H A Dhelpers.c86 get_ncpu(void) in get_ncpu() function
/xnu-11417.121.6/tests/
H A Dperf_vmfault.c363 T_LOG("No. of cpus: %d", get_ncpu()); in run_test()
433 nthreads = get_ncpu();
458 nthreads = get_ncpu();
/xnu-11417.121.6/tests/counter/
H A Dbenchmark.c240 assert(num_cores > 0 && num_cores <= get_ncpu()); in parse_arguments()