Home
last modified time | relevance | path

Searched refs:WorkerPrepare (Results 1 - 6 of 6) sorted by relevance

/foundation/resourceschedule/ffrt/src/eu/
H A Dscpuworker_manager.h26 void WorkerPrepare(WorkerThread* thread) override;
H A Dcpu_manager_interface.h49 std::function<void (WorkerThread*)> WorkerPrepare; member
H A Dcpuworker_manager.h76 virtual void WorkerPrepare(WorkerThread* thread) = 0;
H A Dscpuworker_manager.cpp204 void SCPUWorkerManager::WorkerPrepare(WorkerThread* thread) in WorkerPrepare() function in ffrt::SCPUWorkerManager
237 [pIns] (WorkerThread* thread) { pIns->WorkerPrepare(thread); }, in CreateCPUWorker()
H A Dcpu_worker.cpp209 worker->ops.WorkerPrepare(worker); in Dispatch()
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_worker_manager.cpp151 std::bind(&CPUWorkerManager::WorkerPrepare, manager, std::placeholders::_1), in HWTEST_F()

Completed in 2 milliseconds