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
134 struct ThreadInfo { struct135 bool valid; // whether we read valid metadata136 uint32_t dtv_offset; // offset of DTV pointer within pthread137 uint32_t dtv_slot_size; // size of one DTV slot138 uint32_t modid_offset; // offset of module ID within link_map139 uint32_t tls_offset; // offset of TLS pointer within DTV slot
68 ThreadInfo, enumerator