mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-27 07:11:01 +00:00
Store thread name and ignore guard pages for now
This commit is contained in:
@@ -219,6 +219,8 @@ public:
|
||||
|
||||
uint32_t id{};
|
||||
|
||||
std::wstring name{};
|
||||
|
||||
std::optional<uint32_t> exit_status{};
|
||||
std::optional<handle> await_object{};
|
||||
bool waiting_for_alert{false};
|
||||
|
||||
Reference in New Issue
Block a user