Lines Matching refs:threadData
68 ThreadData* threadData = iterator.Next(); in Dump() local
69 Thread* thread = threadData->GetThread(); in Dump()
73 thread->priority - threadData->GetEffectivePriority(), in Dump()
320 CPUEntry::_RequestPerformanceLevel(ThreadData* threadData) in _RequestPerformanceLevel() argument
329 int32 load = std::max(threadData->GetLoad(), fCore->GetLoad()); in _RequestPerformanceLevel()
332 threadData->GetLoad(), fCore->GetLoad()); in _RequestPerformanceLevel()
514 ThreadData* threadData = fRunQueue.PeekMaximum(); in RemoveCPU() local
516 Remove(threadData); in RemoveCPU()
518 ASSERT(threadData->Core() == NULL); in RemoveCPU()
519 threadPostProcessing(threadData); in RemoveCPU()
609 ThreadData* threadData = thread->scheduler_data; in _UnassignThread() local
611 if (threadData->Core() == core && thread->pinned_to_cpu == 0) in _UnassignThread()
612 threadData->UnassignCore(); in _UnassignThread()