Searched refs:benchproc (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/tools/tests/libMicro/apple/
H A Dlmbench_lat_ctx.c212 * benchproc is the "logical" id within the benchmark process. The
220 handle_scheduler(int childno, int benchproc, int nbenchprocs) argument
251 cpu = childno * (nbenchprocs + 1) + benchproc;
260 cpu = reverse_bits(childno * (nbenchprocs + 1) + benchproc);
267 childno * (nbenchprocs + 1) + benchproc);

Completed in 18 milliseconds