pthread_spinlock_t

Type Alias pthread_spinlock_t 

Source
pub type pthread_spinlock_t = pthread_mutex_t;

Aliased Type§

#[repr(C)]
pub struct pthread_spinlock_t { pub __pthread_mutex_flags: _pthread_mutex__bindgen_ty_1, pub __pthread_mutex_lock: _pthread_mutex__bindgen_ty_2, pub __pthread_mutex_data: u64, }

Fields§

§__pthread_mutex_flags: _pthread_mutex__bindgen_ty_1§__pthread_mutex_lock: _pthread_mutex__bindgen_ty_2§__pthread_mutex_data: u64