Searched defs:ThreadInfo (Results 1 – 3 of 3) sorted by relevance
53 struct ThreadInfo { struct54 bool valid; // whether we read valid metadata55 uint32_t dtv_offset; // offset of DTV pointer within pthread56 uint32_t dtv_slot_size; // size of one DTV slot57 uint32_t modid_offset; // offset of module ID within link_map58 uint32_t tls_offset; // offset of TLS pointer within DTV slot
54 struct ThreadInfo { struct55 bool valid; // whether we read valid metadata56 uint32_t dtv_offset; // offset of DTV pointer within pthread57 uint32_t dtv_slot_size; // size of one DTV slot58 uint32_t modid_offset; // offset of module ID within link_map59 uint32_t tls_offset; // offset of TLS pointer within DTV slot
78 ThreadInfo, enumerator