Searched refs:FindThread (Results 1 – 11 of 11) sorted by relevance
32 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()
32 Thread* FindThread(pid_t tid);
93 Thread* thread = threads.FindThread(entry.tid); in ProcessDump()
92 Thread* Threads::FindThread(pid_t tid) { in FindThread() function in Threads
112 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()
105 virtual ThreadEntry* FindThread(int tid) const;
88 ThreadEntry* FindThread(int tid) const override { in FindThread() function in simpleperf::__anon3ce946470111::ThreadTreeWithFilter89 ThreadEntry* thread = ThreadTree::FindThread(tid); in FindThread()
35 thread = thread_tree.FindThread(1); in SetUp()
69 ThreadEntry* ThreadTree::FindThread(int tid) const { in FindThread() function in simpleperf::ThreadTree
387 ThreadEntry* thread = thread_tree_.FindThread(r.tid_data.tid); in WriteMapsForSample()
211 data.thread = thread_tree_.FindThread(data.tid); in FindMap()