mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 15:05:46 +00:00
hle: kernel: KScheduler: Introduce thread context_guard.
This commit is contained in:
parent
f34dd04d09
commit
177b4da4e7
2 changed files with 16 additions and 3 deletions
|
@ -712,6 +712,7 @@ private:
|
|||
s8 priority_inheritance_count{};
|
||||
bool resource_limit_release_hint{};
|
||||
StackParameters stack_parameters{};
|
||||
Common::SpinLock context_guard{};
|
||||
|
||||
// For emulation
|
||||
std::shared_ptr<Common::Fiber> host_context{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue