add CancelSync thread primitive

This commit is contained in:
Michael Scire 2019-03-05 19:10:17 -08:00
parent 4eaed1c187
commit 49d2188f6f

View File

@ -279,4 +279,8 @@ class HosThread {
}
return rc;
}
Result CancelSynchronization() {
return svcCancelSynchronization(this->thr.handle);
}
};