Lines Matching refs:thread_sp
192 ThreadSP thread_sp(CreateThreadFromThreadInfo( in UpdateThreadList() local
195 if (thread_sp) in UpdateThreadList()
196 new_thread_list.AddThread(thread_sp); in UpdateThreadList()
220 ThreadSP thread_sp; in CreateThreadFromThreadInfo() local
237 thread_sp = old_thread_list.FindThreadByID(tid, false); in CreateThreadFromThreadInfo()
238 if (thread_sp) { in CreateThreadFromThreadInfo()
242 if (!IsOperatingSystemPluginThread(thread_sp)) { in CreateThreadFromThreadInfo()
246 thread_sp.reset(); in CreateThreadFromThreadInfo()
250 if (!thread_sp) { in CreateThreadFromThreadInfo()
253 thread_sp = std::make_shared<ThreadMemory>(*m_process, tid, name, queue, in CreateThreadFromThreadInfo()
268 thread_sp->SetBackingThread(backing_core_thread_sp); in CreateThreadFromThreadInfo()
270 thread_sp->SetBackingThread(core_thread_sp); in CreateThreadFromThreadInfo()
274 return thread_sp; in CreateThreadFromThreadInfo()
399 ThreadSP thread_sp( in CreateThread() local
403 thread_list.AddThread(thread_sp); in CreateThread()
404 return thread_sp; in CreateThread()