AddressArbiter: Changed to Kernel::Object, big cleanup, removed code that made no sense.
This commit is contained in:
parent
e5a9f1c644
commit
254e4ebd58
5 changed files with 45 additions and 38 deletions
|
@ -36,7 +36,7 @@ Thread* WaitObject::ReleaseNextThread() {
|
|||
|
||||
auto next_thread = waiting_threads.front();
|
||||
|
||||
next_thread->ReleaseFromWait(this);
|
||||
next_thread->ReleaseWaitObject(this);
|
||||
waiting_threads.erase(waiting_threads.begin());
|
||||
|
||||
return next_thread.get();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue