Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dcpu_manager_strategy.h65 static WorkerThread* CreateCPUWorker(const QoS& qos, void* manager);
H A Dcpu_manager_strategy.cpp30 WorkerThread* CPUManagerStrategy::CreateCPUWorker(const QoS& qos, void* manager) in CreateCPUWorker() function in ffrt::CPUManagerStrategy
H A Dcpuworker_manager.cpp61 auto worker = CPUManagerStrategy::CreateCPUWorker(localQos, this); in IncWorker()
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_worker_manager.cpp107 WorkerThread* worker = CPUManagerStrategy::CreateCPUWorker(QoS(2), manager);