mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
Implement thread_ctrl::emergency_exit()
Replace exception throws with this.
This commit is contained in:
parent
814c73407d
commit
07e1766a7c
4 changed files with 62 additions and 16 deletions
|
@ -225,6 +225,9 @@ public:
|
|||
_wait_for(-1, true);
|
||||
}
|
||||
|
||||
// Exit.
|
||||
[[noreturn]] static void emergency_exit(std::string_view reason);
|
||||
|
||||
// Get current thread (may be nullptr)
|
||||
static thread_base* get_current()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue