Searched refs:build_thread (Results 1 – 5 of 5) sorted by relevance
/external/oprofile/libpp/ |
D | xml_utils.cpp | 448 void build_thread(string const & tid, size_t l, size_t h); 824 my_threads[nr_threads++].build_thread(tid, l, h); in add_thread() 848 void thread_info::build_thread(string const & tid, size_t l, size_t h) in build_thread() function in thread_info
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-x86-darwin.c | 175 ThreadState *build_thread(const thread_state_t state, in build_thread() function
|
D | priv_syswrap-darwin.h | 614 ThreadState *build_thread(const thread_state_t state,
|
D | syswrap-amd64-darwin.c | 221 ThreadState *build_thread(const thread_state_t state, in build_thread() function
|
D | syswrap-darwin.c | 6433 new_thread = build_thread(regs, req->flavor, req->new_stateCnt); in PRE()
|