general: improve handling of system startup failure
This commit is contained in:
parent
08d4e7c7af
commit
9704acb982
5 changed files with 27 additions and 21 deletions
|
@ -81,12 +81,10 @@ private:
|
|||
void SingleCoreRunGuestThread();
|
||||
void SingleCoreRunIdleThread();
|
||||
|
||||
static void ThreadStart(std::stop_token stop_token, CpuManager& cpu_manager, std::size_t core);
|
||||
|
||||
void GuestActivate();
|
||||
void HandleInterrupt();
|
||||
void ShutdownThread();
|
||||
void RunThread(std::size_t core);
|
||||
void RunThread(std::stop_token stop_token, std::size_t core);
|
||||
|
||||
struct CoreData {
|
||||
std::shared_ptr<Common::Fiber> host_context;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue