Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

pthread_rwlock_init

Function pthread_rwlock_init 

Source
pub unsafe extern "C" fn pthread_rwlock_init(
    lock: *mut pthread_rwlock_t,
    attr: *const pthread_rwlockattr_t,
) -> c_int