Home
last modified time | relevance | path

Searched refs:CreateCPUMonitor (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dcpu_manager_strategy.h66 static CPUMonitor* CreateCPUMonitor(void* manager);
H A Dcpu_manager_strategy.cpp66 CPUMonitor* CPUManagerStrategy::CreateCPUMonitor(void* manager) in CreateCPUMonitor() function in ffrt::CPUManagerStrategy
H A Dscpuworker_manager.cpp46 monitor = CPUManagerStrategy::CreateCPUMonitor(this); in SCPUWorkerManager()
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_worker_manager.cpp103 CPUMonitor* monitor = CPUManagerStrategy::CreateCPUMonitor(QoS(2), manager);