Home
last modified time | relevance | path

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

/foundation/resourceschedule/ffrt/src/eu/
H A Dcpu_manager_interface.h54 std::function<bool (WorkerThread*)> IsExceedRunningThreshold; member
H A Dcpuworker_manager.cpp247 bool CPUWorkerManager::IsExceedRunningThreshold(const WorkerThread* thread) in IsExceedRunningThreshold() function in ffrt::CPUWorkerManager
249 return monitor->IsExceedRunningThreshold(thread->GetQos()); in IsExceedRunningThreshold()
H A Dcpu_monitor.h65 bool IsExceedRunningThreshold(const QoS& qos);
H A Dcpuworker_manager.h91 bool IsExceedRunningThreshold(const WorkerThread* thread);
H A Dcpu_worker.cpp226 if (!worker->ops.IsExceedRunningThreshold(worker)) { in WorkerLooperDefault()
H A Dscpuworker_manager.cpp242 [pIns] (const WorkerThread* thread) { return pIns->IsExceedRunningThreshold(thread); }, in CreateCPUWorker()
H A Dcpu_monitor.cpp268 bool CPUMonitor::IsExceedRunningThreshold(const QoS& qos) in IsExceedRunningThreshold() function in ffrt::CPUMonitor
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_worker_manager.cpp156 std::bind(&CPUWorkerManager::IsExceedRunningThreshold, manager, std::placeholders::_1), in HWTEST_F()

Completed in 5 milliseconds