kern: add KAddressArbiter::WaitIfEqual

This commit is contained in:
Michael Scire
2020-07-15 09:15:49 -07:00
committed by SciresM
parent 01a7606f95
commit a0cc22302c
8 changed files with 275 additions and 44 deletions

View File

@@ -146,7 +146,7 @@ namespace ams::kern {
}
it = this->tree.erase(it);
target_thread->ClearConditionVariable();
target_thread->ClearConditionVariableTree();
++num_waiters;
}
}