Skip to main content

dr_mutex_trylock

Function dr_mutex_trylock 

Source
pub unsafe extern "C" fn dr_mutex_trylock(mutex: *mut c_void) -> bool_
Expand description

Tries once to lock \p mutex and returns whether or not successful.