Searched defs:ThreadInfo (Results 1 – 3 of 3) sorted by relevance
50 struct ThreadInfo { struct51 bool valid; // whether we read valid metadata52 uint32_t dtv_offset; // offset of DTV pointer within pthread53 uint32_t dtv_slot_size; // size of one DTV slot54 uint32_t modid_offset; // offset of module ID within link_map55 uint32_t tls_offset; // offset of TLS pointer within DTV slot
59 struct ThreadInfo { struct60 bool valid; // whether we read valid metadata61 uint32_t dtv_offset; // offset of DTV pointer within pthread62 uint32_t dtv_slot_size; // size of one DTV slot63 uint32_t modid_offset; // offset of module ID within link_map64 uint32_t tls_offset; // offset of TLS pointer within DTV slot
69 ThreadInfo, enumerator