Lines Matching refs:CPUWorker
37 void CPUWorker::Run(CPUEUTask* task, CPUWorker* worker)
71 void CPUWorker::Run(ffrt_executor_task_t* task, ffrt_qos_t qos)
98 void* CPUWorker::WrapDispatch(void* worker)
100 reinterpret_cast<CPUWorker*>(worker)->NativeConfig();
101 Dispatch(reinterpret_cast<CPUWorker*>(worker));
105 void CPUWorker::RunTask(ffrt_executor_task_t* curtask, CPUWorker* worker)
135 void CPUWorker::RunTaskLifo(ffrt_executor_task_t* task, CPUWorker* worker)
150 void* CPUWorker::GetTask(CPUWorker* worker)
179 PollerRet CPUWorker::TryPoll(CPUWorker* worker, int timeout)
189 bool CPUWorker::LocalEmpty(CPUWorker* worker)
194 void CPUWorker::Dispatch(CPUWorker* worker)
221 void CPUWorker::WorkerLooperDefault(WorkerThread* p)
223 CPUWorker* worker = reinterpret_cast<CPUWorker*>(p);