pub unsafe extern "C" fn dr_mutex_self_owns( mutex: *mut c_void, ) -> bool_
Returns true iff \p mutex is owned by the calling thread. This routine is only available in debug builds. In release builds it always returns true.