Home
last modified time | relevance | path

Searched refs:AddTaskToWorkerFunc (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dschedulable_task_queue_interface.h37 using AddTaskToWorkerFunc = std::function<void(Task &&)>; variable
76 size_t virtual PopTasksToWorker(const AddTaskToWorkerFunc &addTaskFunc, size_t size) = 0;
Dworker_thread.h40 using AddTaskToWorkerFunc = std::function<void(Task &&)>; variable
96 …size_t PANDA_PUBLIC_API GiveTasksToAnotherWorker(const AddTaskToWorkerFunc &addTaskFunc, size_t ta… in GiveTasksToAnotherWorker()
Dtask_queue.h139 size_t PopTasksToWorker(const AddTaskToWorkerFunc &addTaskFunc, size_t size) override in PopTasksToWorker()