Kernel: Remove unused ConditionVariable class.

This commit is contained in:
Subv 2018-04-20 14:45:52 -05:00
parent 5fdfbfe25a
commit be155f4d9d
6 changed files with 0 additions and 150 deletions

View file

@ -103,12 +103,6 @@ public:
*/
void SetPriority(u32 priority);
/**
* Boost's a thread's priority to the best priority among the thread's held mutexes.
* This prevents priority inversion via priority inheritance.
*/
void UpdatePriority();
/**
* Temporarily boosts the thread's priority until the next time it is scheduled
* @param priority The new priority