Improve cond_var notifiers

But nobody uses it anyway, so clean up includes.
This commit is contained in:
Nekotekina 2020-11-05 18:59:01 +03:00
parent 7d56069243
commit 34fa010601
20 changed files with 69 additions and 71 deletions

View file

@ -1397,7 +1397,7 @@ bool handle_access_violation(u32 addr, bool is_writing, x64_context* context) no
{
if (auto mem = vm::get(vm::any, addr))
{
std::shared_lock lock(pf_entries->mutex);
reader_lock lock(pf_entries->mutex);
for (const auto& entry : pf_entries->entries)
{