Correct compiling errors and addapt to the new interface.
This commit is contained in:
parent
bddf90701b
commit
4760c27922
3 changed files with 15 additions and 27 deletions
|
@ -66,10 +66,7 @@ std::vector<std::unique_ptr<WaitTreeThread>> WaitTreeItem::MakeThreadItemList()
|
|||
};
|
||||
|
||||
const auto& system = Core::System::GetInstance();
|
||||
add_threads(system.Scheduler(0).GetThreadList());
|
||||
add_threads(system.Scheduler(1).GetThreadList());
|
||||
add_threads(system.Scheduler(2).GetThreadList());
|
||||
add_threads(system.Scheduler(3).GetThreadList());
|
||||
add_threads(system.GlobalScheduler().GetThreadList());
|
||||
|
||||
return item_list;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue