Lines Matching refs:thread_info
444 class thread_info : public module_info { class
446 thread_info() { nr_modules = 0; } in thread_info() function in thread_info
477 growable_vector<thread_info> my_threads;
841 thread_info & thr = my_threads[t]; in summarize()
848 void thread_info::build_thread(string const & tid, size_t l, size_t h) in build_thread()
856 void thread_info::summarize() in summarize()
863 void thread_info::set_end(sym_iterator end) in set_end()
870 void thread_info::add_module_symbol(string const & n, sym_iterator it) in add_module_symbol()
877 void thread_info::output(ostream & out) in output()
899 bool thread_info::add_modules(string const & module, sym_iterator it) in add_modules()
924 void thread_info::dump() in dump()