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
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
69 ThreadInfo, enumerator