pub unsafe extern "C" fn dr_recurlock_create() -> *mut c_voidExpand 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()).