kennel/process: move process list to kernel instance

This commit is contained in:
Weiyi Wang
2018-10-22 21:32:34 -04:00
parent 4238754d8c
commit d9342622b0
5 changed files with 9 additions and 15 deletions
-1
View File
@@ -516,7 +516,6 @@ void ThreadingShutdown() {
}
thread_list.clear();
ready_queue.clear();
ClearProcessList();
}
const std::vector<SharedPtr<Thread>>& GetThreadList() {