Home | History | Annotate | Download | only in Python

Lines Matching refs:thread_sp

210                     ThreadSP thread_sp (CreateThreadFromThreadInfo (thread_dict, core_thread_list, old_thread_list, NULL));
211 if (thread_sp)
212 new_thread_list.AddThread(thread_sp);
232 ThreadSP thread_sp;
254 thread_sp = old_thread_list.FindThreadByID (tid, false);
255 if (thread_sp)
259 if (!IsOperatingSystemPluginThread(thread_sp))
264 thread_sp.reset();
268 if (!thread_sp)
272 thread_sp.reset (new ThreadMemory (*m_process,
288 thread_sp->SetBackingThread(backing_core_thread_sp);
292 thread_sp->SetBackingThread(core_thread_sp);
298 return thread_sp;
406 ThreadSP thread_sp (CreateThreadFromThreadInfo (thread_info_dict, core_threads, thread_list, &did_create));
408 thread_list.AddThread(thread_sp);
409 return thread_sp;