Home
last modified time | relevance | path

Searched refs:build_thread (Results 1 – 5 of 5) sorted by relevance

/external/oprofile/libpp/
Dxml_utils.cpp448 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/
Dsyswrap-x86-darwin.c175 ThreadState *build_thread(const thread_state_t state, in build_thread() function
Dpriv_syswrap-darwin.h614 ThreadState *build_thread(const thread_state_t state,
Dsyswrap-amd64-darwin.c221 ThreadState *build_thread(const thread_state_t state, in build_thread() function
Dsyswrap-darwin.c6433 new_thread = build_thread(regs, req->flavor, req->new_stateCnt); in PRE()