Skip to main content

dr_mutex_unlock

Function dr_mutex_unlock 

Source
pub unsafe extern "C" fn dr_mutex_unlock(mutex: *mut c_void)
Expand description

Unlocks \p mutex. Asserts that mutex is currently locked by the current thread.