Function xila_unlock_mutex

Source
#[no_mangle]
pub unsafe extern "C" fn xila_unlock_mutex(
    mutex: *mut RawMutex,
) -> bool
Expand description

Unlock a mutex (blocking).

ยงSafety

The caller must ensure:

  • mutex points to a valid, initialized Raw_mutex_type
  • The mutex remains valid for the duration of the call
  • The current task owns the mutex