SVC: Correct ArbitrateUnlock
This commit is contained in:
parent
3b5b950c89
commit
203e706302
3 changed files with 41 additions and 37 deletions
|
@ -28,6 +28,9 @@ public:
|
|||
ResultCode TryAcquire(VAddr address, Handle holding_thread_handle,
|
||||
Handle requesting_thread_handle);
|
||||
|
||||
/// Unlocks a mutex for owner at address
|
||||
std::pair<ResultCode, std::shared_ptr<Thread>> Unlock(std::shared_ptr<Thread> owner, VAddr address);
|
||||
|
||||
/// Releases the mutex at the specified address.
|
||||
ResultCode Release(VAddr address);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue