Clang Format.
This commit is contained in:
parent
3714f2e471
commit
467d43570e
14 changed files with 49 additions and 48 deletions
|
@ -29,7 +29,8 @@ public:
|
|||
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);
|
||||
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