Lines Matching refs:thread_sp
201 ThreadSP thread_sp(CreateThreadFromThreadInfo( in UpdateThreadList() local
204 if (thread_sp) in UpdateThreadList()
205 new_thread_list.AddThread(thread_sp); in UpdateThreadList()
229 ThreadSP thread_sp; in CreateThreadFromThreadInfo() local
246 thread_sp = old_thread_list.FindThreadByID(tid, false); in CreateThreadFromThreadInfo()
247 if (thread_sp) { in CreateThreadFromThreadInfo()
251 if (!IsOperatingSystemPluginThread(thread_sp)) { in CreateThreadFromThreadInfo()
255 thread_sp.reset(); in CreateThreadFromThreadInfo()
259 if (!thread_sp) { in CreateThreadFromThreadInfo()
262 thread_sp = std::make_shared<ThreadMemory>(*m_process, tid, name, queue, in CreateThreadFromThreadInfo()
277 thread_sp->SetBackingThread(backing_core_thread_sp); in CreateThreadFromThreadInfo()
279 thread_sp->SetBackingThread(core_thread_sp); in CreateThreadFromThreadInfo()
283 return thread_sp; in CreateThreadFromThreadInfo()
378 ThreadSP thread_sp( in CreateThread() local
382 thread_list.AddThread(thread_sp); in CreateThread()
383 return thread_sp; in CreateThread()