pub type ngx_thread_cond_t = pthread_cond_t;
Aliased Type§
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
pub type ngx_thread_cond_t = pthread_cond_t;
union ngx_thread_cond_t {
pub __data: __pthread_cond_s,
pub __size: [i8; 48],
pub __align: i64,
}
__data: __pthread_cond_s
§__size: [i8; 48]
§__align: i64