kern: implement SvcSignalToAddress, SvcWaitForAddress

This commit is contained in:
Michael Scire
2020-07-16 19:06:48 -07:00
committed by SciresM
parent a0cc22302c
commit 8d507aa5a1
7 changed files with 292 additions and 16 deletions

View File

@@ -20,6 +20,8 @@
namespace ams::kern {
extern KThread g_cv_arbiter_compare_thread;
class KConditionVariable {
public:
using ThreadTree = typename KThread::ConditionVariableThreadTreeType;