#[no_mangle]
pub unsafe extern "C" fn xila_initialize_recursive_mutex(
mutex: *mut RawMutex,
) -> bool
Expand description
Initialize a recursive mutex.
ยงSafety
The caller must ensure:
mutex
points to valid, uninitialized memory- The memory is properly aligned for
Raw_mutex_type
- The memory will remain valid for the lifetime of the mutex