pub type pthread_cond_t = _pthread_cond;Aliased Type§
#[repr(C)]pub struct pthread_cond_t {
pub __pthread_cond_flags: _pthread_cond__bindgen_ty_1,
pub __pthread_cond_data: u64,
}Fields§
§__pthread_cond_flags: _pthread_cond__bindgen_ty_1§__pthread_cond_data: u64