Function svcCreateMutex
Source pub unsafe extern "C" fn svcCreateMutex(
mutex: *mut Handle,
initially_locked: bool,
) -> Result
Expand description
Synchronization
§Arguments
mutex (direction out) - Pointer to output the handle of the created mutex to.
initially_locked - Whether the mutex should be initially locked.
/