Function riot_sys::rmutex_unlock

source ·
pub unsafe extern "C" fn rmutex_unlock(rmutex: *mut rmutex_t)
Expand description

@brief Unlocks the recursive mutex.

@param[in] rmutex Recursive mutex object to unlock, must not be NULL.