Lines Matching defs:thread_sp
201 ThreadSP thread_sp(CreateThreadFromThreadInfo(
204 if (thread_sp)
205 new_thread_list.AddThread(thread_sp);
229 ThreadSP thread_sp;
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;
378 ThreadSP thread_sp(
382 thread_list.AddThread(thread_sp);
383 return thread_sp;