Function flipper0::ffi::delete_mutex

source ·
pub unsafe extern "C" fn delete_mutex(
    valuemutex: *mut ValueMutex
) -> bool
Expand description

Free resources allocated by init_mutex. This function doesn’t free the memory occupied by ValueMutex itself.