Searched refs:gCoreCount (Results 1 - 3 of 3) sorted by path

/haiku/src/system/kernel/scheduler/
H A Dscheduler.cpp666 gCoreCount = coreCount;
815 core = &gCoreEntries[get_random<int32>() % gCoreCount];
H A Dscheduler_cpu.cpp25 int32 gCoreCount; member in namespace:Scheduler
752 int32 coreCount = gCoreCount;
774 for (int32 i = 0; i < gCoreCount; i++) {
H A Dscheduler_cpu.h258 extern int32 gCoreCount;

Completed in 48 milliseconds