Type Alias ngx_thread_cond_t

Source
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