mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-22 20:03:42 +00: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