Searched refs:get_ncpu (Results 1 – 4 of 4) sorted by relevance
36 unsigned int get_ncpu(void);
86 get_ncpu(void) in get_ncpu() function
363 T_LOG("No. of cpus: %d", get_ncpu()); in run_test()433 nthreads = get_ncpu();458 nthreads = get_ncpu();
240 assert(num_cores > 0 && num_cores <= get_ncpu()); in parse_arguments()