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

/macosx-10.5.8/xnu-1228.15.4/tools/tests/affinity/
H A Dsets.c35 * writes every byte in a buffer and the other (consumer) stages read every
132 " [-s S] Number of stages per set/line (2)\n"
345 int stages = 2; local
377 stages = atoi(optarg);
378 if (stages >= WORKERS_MAX)
409 threads = sets * stages;
412 sets, s_if_plural(sets), stages, affinity? "": "no ",
427 stage_info = (stage_info_t *) malloc(sets * stages * sizeof(stage_info_t));
438 for (j = 0; j < stages; j++) {
439 sp = &stage_info[(i*stages)
[all...]
H A Dpool.c31 * There are a series of work stages. Each stage has an input and an output
33 * stages are consumers. By defuaut there are 2 stages. There are N producer
130 " [-s S] Number of stages (2)\n"
327 int stages = 2; local
356 stages = atoi(optarg);
357 if (stages >= WORKERS_MAX)
388 threads = consumers * (stages - 1) + producers;
392 stages - 1, s_if_plural(stages
[all...]

Completed in 26 milliseconds