Searched refs:ForkThread (Results 1 – 3 of 3) sorted by relevance
/system/extras/simpleperf/ |
D | thread_tree_test.cpp | 99 thread_tree_.ForkThread(0, 0, 1, 1); in TEST_F()
|
D | thread_tree.h | 94 void ForkThread(int pid, int tid, int ppid, int ptid);
|
D | thread_tree.cpp | 40 void ThreadTree::ForkThread(int pid, int tid, int ppid, int ptid) { in ForkThread() function in simpleperf::ThreadTree 315 ForkThread(r.data->pid, r.data->tid, r.data->ppid, r.data->ptid); in Update()
|