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
51 int cpus;
177 DPRINTF(stdout, "# COLUMNS %d Time TL TP1 TP2 ", 3 + cpus);
178 for (i = 0; i < (cpus - 1); i++)
186 for (i = 0; i < cpus + 2; i++)
258 cpus = sysconf(_SC_NPROCESSORS_ONLN);
261 pthread_t threads[cpus - 1];
287 DPRINTF(stderr, "Main Thread: Creating %d TF threads \n", cpus - 1);
288 for (i = 0; i < cpus - 1; i++) {
349 for (i = 2; i < cpus - 1; i++) {