Searched refs:target_set (Results 1 – 3 of 3) sorted by relevance
294 auto target_set = cpuset_.Lookup(target_cpuset); in OnSetSchedulerPolicy() local295 if (target_set) { in OnSetSchedulerPolicy()296 auto attach_status = target_set->AttachTask(task_id); in OnSetSchedulerPolicy()339 auto target_set = cpuset_.Lookup(partition); in OnSetCpuPartition() local340 if (!target_set) in OnSetCpuPartition()343 auto attach_status = target_set->AttachTask(task_id); in OnSetCpuPartition()
149 void CpuSetManager::MoveUnboundTasks(const std::string& target_set) { in MoveUnboundTasks() argument156 auto target = Lookup(target_set); in MoveUnboundTasks()160 target_set.c_str()); in MoveUnboundTasks()175 task_id, task.name().c_str(), target_set.c_str(), in MoveUnboundTasks()182 task_id, target_set.c_str(), status.GetErrorMessage().c_str()); in MoveUnboundTasks()
85 void MoveUnboundTasks(const std::string& target_set);