mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 17:35:46 +00:00
core: hle: kernel: k_thread: Implement thread termination DPC.
This commit is contained in:
parent
0592bf30c1
commit
97e4cd1c8f
5 changed files with 99 additions and 1 deletions
|
@ -180,6 +180,10 @@ public:
|
|||
|
||||
void Exit();
|
||||
|
||||
Result Terminate();
|
||||
|
||||
ThreadState RequestTerminate();
|
||||
|
||||
[[nodiscard]] u32 GetSuspendFlags() const {
|
||||
return suspend_allowed_flags & suspend_request_flags;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue