Function arceos_posix_api::sys_pthread_mutex_unlock
source · pub fn sys_pthread_mutex_unlock(mutex: *mut pthread_mutex_t) -> c_int
Available on crate feature
multitask
only.Expand description
Unlock the given mutex.