Searched refs:PickUpTaskBatch (Results 1 – 5 of 5) sorted by relevance
166 CPUEUTask* task = worker->ops.PickUpTaskBatch(worker); in GetTask()189 CPUEUTask* task = worker->ops.PickUpTaskBatch(worker); in GetTask()262 CPUEUTask* task = worker->ops.PickUpTaskBatch(worker); in WorkerLooperDefault()
47 std::function<CPUEUTask* (WorkerThread*)> PickUpTaskBatch; member
109 CPUEUTask* PickUpTaskBatch(WorkerThread* thread);
49 [pIns] (WorkerThread* thread) { return pIns->PickUpTaskBatch(thread); }, in CreateCPUWorker()
119 CPUEUTask* CPUWorkerManager::PickUpTaskBatch(WorkerThread* thread) in PickUpTaskBatch() function in ffrt::CPUWorkerManager