Searched defs:ThreadInfo (Results 1 – 6 of 6) sorted by relevance
16 struct ThreadInfo { struct20 ThreadInfo *next; argument
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
24 class ThreadInfo; variable
59 ThreadInfo::ThreadInfo(StringRef name, StringRef reason, RegisterMap registers, in ThreadInfo() function in llgs_tests::ThreadInfo
68 ThreadInfo, enumerator