#[unsafe(no_mangle)]
pub unsafe extern "C" fn pthread_mutex_unlock(
mutex: *mut pthread_mutex_t,
) -> c_int
Available on crate feature
multitask
only.Expand description
Unlock the given mutex.
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pthread_mutex_unlock(
mutex: *mut pthread_mutex_t,
) -> c_int
multitask
only.Unlock the given mutex.