pthread_rwlock_t

Type Alias pthread_rwlock_t 

Source
pub type pthread_rwlock_t = _pthread_rwlock;

Aliased Type§

#[repr(C)]
pub struct pthread_rwlock_t { pub __pthread_rwlock_readers: i32, pub __pthread_rwlock_type: u16, pub __pthread_rwlock_magic: u16, pub __pthread_rwlock_mutex: _pthread_mutex, pub __pthread_rwlock_readercv: _pthread_cond, pub __pthread_rwlock_writercv: _pthread_cond, }

Fields§

§__pthread_rwlock_readers: i32§__pthread_rwlock_type: u16§__pthread_rwlock_magic: u16§__pthread_rwlock_mutex: _pthread_mutex§__pthread_rwlock_readercv: _pthread_cond§__pthread_rwlock_writercv: _pthread_cond