mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-17 21:57:52 +00:00
Kernel: Correct Results in Condition Variables and Mutexes
This commit is contained in:
committed by
FernandoS27
parent
3c9e26a003
commit
598203b5cf
@@ -139,6 +139,7 @@ ResultCode Mutex::Release(VAddr address) {
|
||||
thread->SetCondVarWaitAddress(0);
|
||||
thread->SetMutexWaitAddress(0);
|
||||
thread->SetWaitHandle(0);
|
||||
thread->SetWaitSynchronizationResult(RESULT_SUCCESS);
|
||||
|
||||
system.PrepareReschedule();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user