Skip to main content

dr_rwlock_create

Function dr_rwlock_create 

Source
pub unsafe extern "C" fn dr_rwlock_create() -> *mut c_void
Expand 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()).