Skip to main content

dr_rwlock_write_trylock

Function dr_rwlock_write_trylock 

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

Tries once to acquire a write lock on \p rwlock and returns whether successful.