mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 09:48:57 -05:00
Kernel/Mutex: Update a mutex priority when a thread stops waiting on it.
This commit is contained in:
@ -43,6 +43,7 @@ public:
|
||||
void Acquire(Thread* thread) override;
|
||||
|
||||
void AddWaitingThread(SharedPtr<Thread> thread) override;
|
||||
void RemoveWaitingThread(Thread* thread) override;
|
||||
|
||||
void Release();
|
||||
|
||||
|
Reference in New Issue
Block a user