pub type ngx_thread_cond_t = pthread_cond_t;Aliased Type§
#[repr(C)]
pub union ngx_thread_cond_t {
pub __data: __pthread_cond_s,
pub __size: [i8; 48],
pub __align: i64,
}Fields§
§__data: __pthread_cond_s§__size: [i8; 48]§__align: i64