Home | History | Annotate | Download | only in pi_test

Lines Matching defs:cpus

11  * one. TFs are used to keep busy these CPUs, which have priority 3. A
50 int cpus;
194 DPRINTF(stdout, "# COLUMNS %d Time TL TP ", 2 + cpus);
196 for (i = 0; i < (cpus - 1); i++)
206 for (i = 0; i < cpus + 1; i++)
257 cpus = sysconf(_SC_NPROCESSORS_ONLN);
260 pthread_t threads[cpus - 1], threadsample, threadtp, threadtl, threadtb;
283 DPRINTF(stderr, "Main Thread: Creating %d TF threads\n", cpus - 1);
284 for (i = 0; i < cpus - 1; i++) {
333 for (i = 2; i < cpus - 1; i++) {