pub unsafe extern "C" fn xila_lock_mutex(mutex: *mut RawMutex) -> boolExpand description
Lock a mutex (blocking).
ยงSafety
The caller must ensure:
mutexpoints to a valid, initializedRaw_mutex_type- The mutex remains valid for the duration of the call