Kernel: Updated Event and Mutex to specify handle that they are blocking for.
This commit is contained in:
parent
2003ccf09d
commit
7a1f813be1
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ public:
|
|||
*wait = locked;
|
||||
|
||||
if (locked) {
|
||||
Kernel::WaitCurrentThread(WAITTYPE_MUTEX);
|
||||
Kernel::WaitCurrentThread(WAITTYPE_MUTEX, GetHandle());
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue