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 4. A
52 int cpus;
154 DPRINTF(stdout, "# COLUMNS %d Time TL TP ", 2 + cpus);
155 for (i = 0; i < (cpus - 1); i++)
163 for (i = 0; i < cpus + 1; i++)
239 cpus = sysconf(_SC_NPROCESSORS_ONLN);
242 pthread_t threads[cpus - 1];
269 DPRINTF(stderr, "Main Thread: Creating %d TF threads\n", cpus - 1);
270 for (i = 0; i < cpus - 1; i++) {
326 for (i = 2; i < cpus - 1; i++) {