#[no_mangle]
pub unsafe extern "C" fn xila_condition_variable_attribute_set_clock(
_attribute: *mut XilaConditionVariableAttribute,
_clock: XilaTimeClockIdentifier,
) -> c_int
Expand description
This function is used to set the clock of a condition variable attribute.
ยงSafety
This function is unsafe because it dereferences raw pointers.