#include #include #include namespace mesosphere { void KProcess::SetLastThreadAndIdleSelectionCount(KThread *thread, ulong idleSelectionCount) { lastThreads[thread->GetCurrentCoreId()] = thread; lastIdleSelectionCount[thread->GetCurrentCoreId()] = idleSelectionCount; } }