Searched refs:pIns (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/ |
H A D | cpu_manager_strategy.cpp | 43 [pIns] (const WorkerThread* thread) { pIns->NotifyTaskPicked(thread); }, in CreateCPUWorker() 44 [pIns] (const WorkerThread* thread) { return pIns->WorkerIdleAction(thread); }, in CreateCPUWorker() 45 [pIns] (WorkerThread* thread) { pIns->WorkerRetired(thread); }, in CreateCPUWorker() 46 [pIns] (WorkerThread* thread) { pIns->WorkerPrepare(thread); }, in CreateCPUWorker() 48 [pIns] (WorkerThread* thread) { return pIns->StealTaskBatch(thread); }, in CreateCPUWorker() 49 [pIns] (WorkerThread* thread) { return pIns->PickUpTaskBatch(thread); }, in CreateCPUWorker() 52 [pIns] () { return pIns->IsBlockAwareInit(); }, in CreateCPUWorker() 77 [pIns] (const QoS& qos) { return pIns->IncWorker(qos); }, in CreateCPUMonitor() 78 [pIns] (const QoS& qos) { pIns->WakeupWorkers(qos); }, in CreateCPUMonitor() 79 [pIns] (const QoS& qos) { return pIns->GetTaskCount(qos); }, in CreateCPUMonitor() [all …]
|