pub unsafe extern "C" fn k_condvar_signal( condvar: *mut k_condvar, ) -> i32
@brief Signals one thread that is pending on the condition variable
@param condvar pointer to a @p k_condvar structure @retval 0 On success