Skip to main content

dr_recurlock_create

Function dr_recurlock_create 

Source
pub unsafe extern "C" fn dr_recurlock_create() -> *mut c_void
Expand description

Creates and initializes a recursive lock. A recursive lock allows the same thread to acquire it multiple times. The lock restrictions for mutexes apply (see dr_mutex_create()).