Home
last modified time | relevance | path

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

/aosp12/system/extras/memory_replay/tests/
H A 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()
/aosp12/system/extras/simpleperf/
H A 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()
H A Dthread_tree.h105 virtual ThreadEntry* FindThread(int tid) const;
H A Dcmd_inject.cpp88 ThreadEntry* FindThread(int tid) const override { in FindThread() function in simpleperf::__anon4ef98fac0110::ThreadTreeWithFilter
89 ThreadEntry* thread = ThreadTree::FindThread(tid); in FindThread()
H A Dreport_utils_test.cpp35 thread = thread_tree.FindThread(1); in SetUp()
H A Dthread_tree.cpp69 ThreadEntry* ThreadTree::FindThread(int tid) const { in FindThread() function in simpleperf::ThreadTree
H A Dcmd_debug_unwind.cpp387 ThreadEntry* thread = thread_tree_.FindThread(r.tid_data.tid); in WriteMapsForSample()
H A DETMDecoder.cpp211 data.thread = thread_tree_.FindThread(data.tid); in FindMap()
/aosp12/system/extras/memory_replay/
H A DThreads.h32 Thread* FindThread(pid_t tid);
H A Dmain.cpp93 Thread* thread = threads.FindThread(entry.tid); in ProcessDump()
H A DThreads.cpp92 Thread* Threads::FindThread(pid_t tid) { in FindThread() function in Threads
/aosp12/art/openjdkjvmti/
H A Dti_heap.cc974 art::Thread* FindThread(const art::RootInfo& info) NO_THREAD_SAFETY_ANALYSIS { in FindThread() function in openjdkjvmti::FollowReferencesHelper::CollectAndReportRootsVisitor
994 art::Thread* thread = FindThread(info); in GetReferenceKind()
1026 art::Thread* thread = FindThread(info); in GetReferenceKind()