Searched defs:FindThread (Results 1 – 5 of 5) sorted by relevance
/system/extras/memory_replay/ | ||
D | Threads.cpp | 91 Thread* Threads::FindThread(pid_t tid) { in FindThread() function in Threads |
/system/extras/simpleperf/ | ||
D | thread_tree.cpp | 78 ThreadEntry* ThreadTree::FindThread(int tid) const { in FindThread() function in simpleperf::ThreadTree |
D | BranchListFile.cpp | 147 const ThreadEntry* FindThread(int tid) override { in FindThread() function in simpleperf::ETMThreadTreeWhenRecording |
D | cmd_dumprecord.cpp | 187 const ThreadEntry* FindThread(int tid) override { return thread_tree_.FindThread(tid); } in FindThread() function in simpleperf::__anonb955a9b80111::ETMThreadTreeForDumpCmd |
D | cmd_inject.cpp | 212 const ThreadEntry* FindThread(int tid) override { in FindThread() function in simpleperf::__anon690e1f400111::ETMThreadTreeWithFilter |