mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 11:05:46 +00:00
Kernel/Mutex: Update a mutex priority when a thread stops waiting on it.
This commit is contained in:
parent
4e6369d41d
commit
d33885b60b
5 changed files with 42 additions and 24 deletions
|
@ -151,7 +151,7 @@ public:
|
|||
* Removes a thread from waiting on this object (e.g. if it was resumed already)
|
||||
* @param thread Pointer to thread to remove
|
||||
*/
|
||||
void RemoveWaitingThread(Thread* thread);
|
||||
virtual void RemoveWaitingThread(Thread* thread);
|
||||
|
||||
/**
|
||||
* Wake up all threads waiting on this object that can be awoken, in priority order,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue