xila_condition_variable_remove

Function xila_condition_variable_remove 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xila_condition_variable_remove( _condition_variable: *mut XilaConditionVariable, ) -> u32
Expand description

This function is used to delete a condition variable.

ยงSafety

This function is unsafe because it dereferences raw pointers.