Type Alias thrcomm_t

Source
pub type thrcomm_t = thrcomm_s;

Aliased Type§

struct thrcomm_t {
    pub sent_object: *mut c_void,
    pub n_threads: i32,
    pub barrier_sense: i32,
    pub barrier_threads_arrived: i32,
}

Fields§

§sent_object: *mut c_void§n_threads: i32§barrier_sense: i32§barrier_threads_arrived: i32