Lines Matching refs:thread_sp
204 ThreadSP thread_sp(CreateThreadFromThreadInfo( in UpdateThreadList() local
207 if (thread_sp) in UpdateThreadList()
208 new_thread_list.AddThread(thread_sp); in UpdateThreadList()
232 ThreadSP thread_sp; in CreateThreadFromThreadInfo() local
249 thread_sp = old_thread_list.FindThreadByID(tid, false); in CreateThreadFromThreadInfo()
250 if (thread_sp) { in CreateThreadFromThreadInfo()
254 if (!IsOperatingSystemPluginThread(thread_sp)) { in CreateThreadFromThreadInfo()
258 thread_sp.reset(); in CreateThreadFromThreadInfo()
262 if (!thread_sp) { in CreateThreadFromThreadInfo()
265 thread_sp = std::make_shared<ThreadMemory>(*m_process, tid, name, queue, in CreateThreadFromThreadInfo()
280 thread_sp->SetBackingThread(backing_core_thread_sp); in CreateThreadFromThreadInfo()
282 thread_sp->SetBackingThread(core_thread_sp); in CreateThreadFromThreadInfo()
286 return thread_sp; in CreateThreadFromThreadInfo()
411 ThreadSP thread_sp( in CreateThread() local
415 thread_list.AddThread(thread_sp); in CreateThread()
416 return thread_sp; in CreateThread()