mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
[Kernel] ExitThread should release held mutexes
This commit is contained in:
parent
4b2c0f42ea
commit
01a7985324
3 changed files with 25 additions and 0 deletions
|
@ -34,6 +34,7 @@ class Kernel {
|
|||
|
||||
std::vector<KernelObject> objects;
|
||||
std::vector<Handle> portHandles;
|
||||
std::vector<Handle> mutexHandles;
|
||||
|
||||
// Thread indices, sorted by priority
|
||||
std::vector<int> threadIndices;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue