Searched refs:target_set (Results 1 – 3 of 3) sorted by relevance
272 auto target_set = cpuset_.Lookup(target_cpuset); in OnSetSchedulerPolicy() local273 if (target_set) { in OnSetSchedulerPolicy()274 auto attach_status = target_set->AttachTask(task_id); in OnSetSchedulerPolicy()315 auto target_set = cpuset_.Lookup(partition); in OnSetCpuPartition() local316 if (!target_set) in OnSetCpuPartition()319 auto attach_status = target_set->AttachTask(task_id); in OnSetCpuPartition()
153 void CpuSetManager::MoveUnboundTasks(const std::string& target_set) { in MoveUnboundTasks() argument160 auto target = Lookup(target_set); in MoveUnboundTasks()164 target_set.c_str()); in MoveUnboundTasks()179 task_id, task.name().c_str(), target_set.c_str(), in MoveUnboundTasks()186 task_id, target_set.c_str(), status.GetErrorMessage().c_str()); in MoveUnboundTasks()
84 void MoveUnboundTasks(const std::string& target_set);