kennel/process: move process list to kernel instance
This commit is contained in:
@ -516,7 +516,6 @@ void ThreadingShutdown() {
|
||||
}
|
||||
thread_list.clear();
|
||||
ready_queue.clear();
|
||||
ClearProcessList();
|
||||
}
|
||||
|
||||
const std::vector<SharedPtr<Thread>>& GetThreadList() {
|
||||
|
Reference in New Issue
Block a user