Home
last modified time | relevance | path

Searched refs:IsExceedRunningThreshold (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dcpu_manager_strategy.h49 std::function<bool (WorkerThread*)> IsExceedRunningThreshold; member
H A Dcpuworker_manager.cpp304 bool CPUWorkerManager::IsExceedRunningThreshold(const WorkerThread* thread) in IsExceedRunningThreshold() function in ffrt::CPUWorkerManager
306 return monitor->IsExceedRunningThreshold(thread->GetQos()); in IsExceedRunningThreshold()
H A Dcpu_monitor.h64 bool IsExceedRunningThreshold(const QoS& qos);
H A Dcpuworker_manager.h90 bool IsExceedRunningThreshold(const WorkerThread* thread);
H A Dcpu_manager_strategy.cpp51 [pIns] (const WorkerThread* thread) { return pIns->IsExceedRunningThreshold(thread); }, in CreateCPUWorker()
H A Dcpu_monitor.cpp143 bool CPUMonitor::IsExceedRunningThreshold(const QoS& qos) in IsExceedRunningThreshold() function in ffrt::CPUMonitor