Function riot_sys::rmutex_lock

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

@brief Locks a recursive mutex, blocking.

@param[in] rmutex Recursive mutex object to lock. Has to be initialized first. Must not be NULL.