Lines Matching refs:cpus
93 PRUintn cpus;139 for (cpus = 1; cpus <= range; ++cpus)141 PR_SetConcurrency(cpus);142 context.want = cpus;144 threads[cpus - 1] = PR_CreateThread(151 for (cpus = range; cpus > 0; cpus--)153 PR_SetConcurrency(cpus);154 context.want = cpus - 1;