Skip to main content

dr_rwlock_self_owns_write_lock

Function dr_rwlock_self_owns_write_lock 

Source
pub unsafe extern "C" fn dr_rwlock_self_owns_write_lock(
    rwlock: *mut c_void,
) -> bool_
Expand description

Returns whether the calling thread owns the write lock on \p rwlock.