Searched refs:IsExceedRunningThreshold (Results 1 – 6 of 6) sorted by relevance
49 std::function<bool (WorkerThread*)> IsExceedRunningThreshold; member
304 bool CPUWorkerManager::IsExceedRunningThreshold(const WorkerThread* thread) in IsExceedRunningThreshold() function in ffrt::CPUWorkerManager306 return monitor->IsExceedRunningThreshold(thread->GetQos()); in IsExceedRunningThreshold()
64 bool IsExceedRunningThreshold(const QoS& qos);
90 bool IsExceedRunningThreshold(const WorkerThread* thread);
51 [pIns] (const WorkerThread* thread) { return pIns->IsExceedRunningThreshold(thread); }, in CreateCPUWorker()
143 bool CPUMonitor::IsExceedRunningThreshold(const QoS& qos) in IsExceedRunningThreshold() function in ffrt::CPUMonitor