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

/haiku/src/system/kernel/scheduler/
H A Dscheduler_cpu.cpp708 CoreThreadsData threadsData; local
709 threadsData.fCore = entry;
710 threadsData.fLoad = 0;
711 thread_map(DebugDumper::_AnalyzeCoreThreads, &threadsData);
715 entry->fCurrentLoad / 10, threadsData.fLoad, entry->ThreadCount(),
742 CoreThreadsData* threadsData = static_cast<CoreThreadsData*>(data); local
743 if (thread->scheduler_data->Core() == threadsData->fCore)
744 threadsData->fLoad += thread->scheduler_data->GetLoad();

Completed in 20 milliseconds