Searched refs:add_thread (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/main/coregrind/m_gdbserver/ |
D | inferiors.c | 98 void add_thread (unsigned long thread_id, void *target_data, unsigned int gdb_id) in add_thread() function
|
D | server.h | 270 void add_thread (unsigned long thread_id, void *target_data, unsigned int);
|
D | valgrind-low.c | 112 add_thread (ptid, ts, ptid); in valgrind_update_threads()
|
/external/oprofile/libpp/ |
D | xml_utils.cpp | 467 void add_thread(string const & tid, size_t l, size_t h); 822 void process_info::add_thread(string const & tid, size_t l, size_t h) in add_thread() function in process_info 1013 p->add_thread(classes.v[tid].ptemplate.tid, tid, next_tid-1); in build_process_tree()
|