Serialize core timing

This commit is contained in:
Hamish Milne
2020-02-13 17:42:09 +08:00
committed by zhupengfei
parent 8abc5525be
commit c24ea0f0ee
5 changed files with 54 additions and 3 deletions
+1
View File
@@ -172,6 +172,7 @@ private:
ar& ready_queue;
ar& wakeup_callback_table;
ar& thread_list;
SwitchContext(current_thread.get());
}
};