Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/benchmark/
H A Dhelpers.h36 unsigned int get_ncpu(void);
H A Dhelpers.c86 get_ncpu(void) in get_ncpu() function
/xnu-12377.81.4/tests/counter/
H A Dbenchmark.c240 assert(num_cores > 0 && num_cores <= get_ncpu()); in parse_arguments()