pub unsafe extern "C" fn dr_rwlock_create() -> *mut c_voidExpand description
Creates and initializes a read-write lock. A read-write lock allows multiple readers or alternatively a single writer. The lock restrictions for mutexes apply (see dr_mutex_create()).