SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey.

This commit is contained in:
Fernando Sahmkow
2020-02-26 22:26:53 -04:00
parent 9aa352dafa
commit 90f63c0f87
9 changed files with 84 additions and 33 deletions

View File

@@ -185,7 +185,6 @@ void Process::RemoveConditionVariableThread(std::shared_ptr<Thread> thread) {
}
++it;
}
UNREACHABLE();
}
std::vector<std::shared_ptr<Thread>> Process::GetConditionVariableThreads(