Lines Matching refs:thread_sp
122 ThreadSP thread_sp = std::make_shared<DummyThread>(*process_sp.get(), 0); in CreateThread() local
123 if (thread_sp == nullptr) { in CreateThread()
129 std::make_shared<DummyStopInfo>(*thread_sp.get(), 0); in CreateThread()
136 thread_sp->SetStopInfo(stopinfo_sp); in CreateThread()
139 process_sp->GetThreadList().AddThread(thread_sp); in CreateThread()
141 return thread_sp; in CreateThread()
200 ThreadSP thread_sp = CreateThread(process_sp, true, true); in TEST_F() local
217 thread_sp->SetResumeState(eStateSuspended); in TEST_F()
234 thread_sp = CreateThread(process_sp, false, true); in TEST_F()
237 thread_sp = CreateThread(process_sp, true, true); in TEST_F()
238 thread_sp->SetResumeState(eStateSuspended); in TEST_F()
241 thread_sp = CreateThread(process_sp, false, false); in TEST_F()