mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-08 15:39:14 +01:00
Thread: remove the thread from the thread list when exiting
This commit is contained in:
parent
2ca548bbe5
commit
5728e42634
3 changed files with 15 additions and 3 deletions
|
|
@ -252,6 +252,11 @@ void WaitCurrentThread_WaitSynchronization(std::vector<SharedPtr<WaitObject>> wa
|
|||
*/
|
||||
void WaitCurrentThread_ArbitrateAddress(VAddr wait_address);
|
||||
|
||||
/**
|
||||
* Stops the current thread and removes it from the thread_list
|
||||
*/
|
||||
void ExitCurrentThread();
|
||||
|
||||
/**
|
||||
* Initialize threading
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue