Searched refs:gCPUcount (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/processcontroller/
H A DProcessController.cpp66 uint32 gCPUcount; variable
445 for (unsigned int p = 0; p < gCPUcount; p++) {
550 gCPUcount = info.cpu_count;
613 if (gCPUcount <= 4 && bounds.Width() == 15) {
615 barWidth = layout[gCPUcount].cpu_width;
616 barGap = layout[gCPUcount].cpu_inter;
617 memWidth = layout[gCPUcount].mem_width;
620 barGap = ((bounds.Width() + 1) / gCPUcount) > 3 ? 1 : 0;
621 barWidth = floorf((bounds.Width() - 1 - memWidth - barGap * gCPUcount)
622 / gCPUcount);
[all...]
H A DProcessController.h62 extern uint32 gCPUcount;
H A DTeamBarMenuItem.cpp38 for (unsigned int t = 1; t <= gCPUcount; t++) {
106 * fKernel / gCPUcount;
108 * (fKernel + fUser) / gCPUcount;
193 for (unsigned int t = 1; t <= gCPUcount; t++) {
H A DTeamBarMenu.cpp155 total /= gCPUcount;

Completed in 108 milliseconds