Searched refs:PopTasksToHelperThread (Results 1 – 3 of 3) sorted by relevance
87 size_t virtual PopTasksToHelperThread(const AddTaskToHelperFunc &addTaskFunc, size_t size,
160 …size_t PopTasksToHelperThread(const AddTaskToHelperFunc &addTaskFunc, size_t size, TaskExecutionMo… in PopTasksToHelperThread() function
252 …realCount = queue->PopTasksToHelperThread([&taskQueue](Task &&task) { taskQueue.push(std::move(tas… in GetAndExecuteSetOfTasksFromQueue()