mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-29 12:18:52 +00:00
kern: add KAddressArbiter::WaitIfEqual
This commit is contained in:
parent
01a7606f95
commit
a0cc22302c
8 changed files with 275 additions and 44 deletions
|
@ -146,7 +146,7 @@ namespace ams::kern {
|
|||
}
|
||||
|
||||
it = this->tree.erase(it);
|
||||
target_thread->ClearConditionVariable();
|
||||
target_thread->ClearConditionVariableTree();
|
||||
++num_waiters;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue