Home
last modified time | relevance | path

Searched refs:FindThread (Results 1 – 11 of 11) sorted by relevance

/system/extras/memory_replay/tests/
DThreadsTest.cpp32 Thread* found_thread = threads.FindThread(900); in TEST()
61 Thread* found_thread1 = threads.FindThread(900); in TEST()
64 Thread* found_thread2 = threads.FindThread(901); in TEST()
67 Thread* found_thread3 = threads.FindThread(902); in TEST()
129 ASSERT_EQ(thread, threads.FindThread(900+i)); in TestTooManyThreads()
/system/extras/memory_replay/
DThreads.h32 Thread* FindThread(pid_t tid);
Dmain.cpp93 Thread* thread = threads.FindThread(entry.tid); in ProcessDump()
DThreads.cpp92 Thread* Threads::FindThread(pid_t tid) { in FindThread() function in Threads
/system/extras/simpleperf/
DRecordFilter.cpp112 if (ThreadEntry* process = thread_tree_.FindThread(r->tid_data.pid); process != nullptr) { in CheckCondition()
119 if (ThreadEntry* thread = thread_tree_.FindThread(r->tid_data.tid); thread != nullptr) { in CheckCondition()
Dthread_tree.h105 virtual ThreadEntry* FindThread(int tid) const;
Dcmd_inject.cpp88 ThreadEntry* FindThread(int tid) const override { in FindThread() function in simpleperf::__anon3ce946470111::ThreadTreeWithFilter
89 ThreadEntry* thread = ThreadTree::FindThread(tid); in FindThread()
Dreport_utils_test.cpp35 thread = thread_tree.FindThread(1); in SetUp()
Dthread_tree.cpp69 ThreadEntry* ThreadTree::FindThread(int tid) const { in FindThread() function in simpleperf::ThreadTree
Dcmd_debug_unwind.cpp387 ThreadEntry* thread = thread_tree_.FindThread(r.tid_data.tid); in WriteMapsForSample()
DETMDecoder.cpp211 data.thread = thread_tree_.FindThread(data.tid); in FindMap()