Function ctru_sys::svcCreateMutex

source ·
pub unsafe extern "C" fn svcCreateMutex(
    mutex: *mut Handle,
    initially_locked: bool
) -> Result
Expand description

Synchronization

§*

  • Creates a mutex.

§Arguments

  • mutex (direction out) - Pointer to output the handle of the created mutex to.
  • initially_locked - Whether the mutex should be initially locked. /