mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 04:28:01 -05:00
Kernel: Implemented priority inheritance for mutexes.
This commit is contained in:
@ -89,6 +89,12 @@ public:
|
||||
*/
|
||||
void SetPriority(s32 priority);
|
||||
|
||||
/**
|
||||
* Temporarily boosts the thread's priority until the next time it is scheduled
|
||||
* @param priority The new priority
|
||||
*/
|
||||
void BoostPriority(s32 priority);
|
||||
|
||||
/**
|
||||
* Gets the thread's thread ID
|
||||
* @return The thread's ID
|
||||
|
Reference in New Issue
Block a user