Home
last modified time | relevance | path

Searched refs:WorkerRetired (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dcpu_manager_strategy.cpp45 [pIns] (WorkerThread* thread) { pIns->WorkerRetired(thread); }, in CreateCPUWorker()
59 … ops.WorkerRetired = [pIns] (WorkerThread* thread) { pIns->WorkerRetiredSimplified(thread); }; in CreateCPUWorker()
H A Dcpu_manager_strategy.h43 std::function<void (WorkerThread*)> WorkerRetired; member
H A Dcpuworker_manager.h88 void WorkerRetired(WorkerThread* thread);
H A Dcpu_worker.cpp235 worker->ops.WorkerRetired(worker); in Dispatch()
H A Dcpuworker_manager.cpp224 void CPUWorkerManager::WorkerRetired(WorkerThread* thread) in WorkerRetired() function in ffrt::CPUWorkerManager
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_worker_manager.cpp124 std::bind(&CPUWorkerManager::WorkerRetired, manager, std::placeholders::_1),