reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
246 thread_sp = old_thread_list.FindThreadByID(tid, false); 247 if (thread_sp) { 251 if (!IsOperatingSystemPluginThread(thread_sp)) { 255 thread_sp.reset(); 259 if (!thread_sp) { 262 thread_sp = std::make_shared<ThreadMemory>(*m_process, tid, name, queue, 277 thread_sp->SetBackingThread(backing_core_thread_sp); 279 thread_sp->SetBackingThread(core_thread_sp); 283 return thread_sp;