Searched refs:kMaxCPUCount (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tests/system/kernel/scheduler/
H A Dmain.cpp25 const uint32 kMaxCPUCount = 64; variable
41 int32 fOnCPU[kMaxCPUCount];
91 static CPU* sCPU[kMaxCPUCount];
116 for (uint32 i = 0; i < kMaxCPUCount; i++) {
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp30 static const uint32 kMaxCPUCount = 1024; variable
377 fCPUInfos = new(std::nothrow) CPUInfo[kMaxCPUCount];
489 if (cpu + 1 > kMaxCPUCount)

Completed in 42 milliseconds