thrinfo_t

Type Alias thrinfo_t 

Source
pub type thrinfo_t = thrinfo_s;

Aliased Type§

#[repr(C)]
pub struct thrinfo_t { pub comm: *mut thrcomm_s, pub thread_id: i64, pub n_way: i64, pub work_id: i64, pub free_comm: bool, pub sba_pool: *mut pool_t, pub pba: *mut pba_s, pub mem: mem_s, pub sub_prenode: *mut thrinfo_s, pub sub_node: *mut thrinfo_s, }

Fields§

§comm: *mut thrcomm_s§thread_id: i64§n_way: i64§work_id: i64§free_comm: bool§sba_pool: *mut pool_t§pba: *mut pba_s§mem: mem_s§sub_prenode: *mut thrinfo_s§sub_node: *mut thrinfo_s