Lines Matching refs:thread_sp
216 ThreadSP thread_sp; in GetSelectedThread() local
221 thread_sp = process_sp->GetThreadList().GetSelectedThread(); in GetSelectedThread()
222 sb_thread.SetThread(thread_sp); in GetSelectedThread()
228 static_cast<void *>(thread_sp.get())); in GetSelectedThread()
238 ThreadSP thread_sp; in CreateOSPluginThread() local
243 thread_sp = process_sp->CreateOSPluginThread(tid, context); in CreateOSPluginThread()
244 sb_thread.SetThread(thread_sp); in CreateOSPluginThread()
251 static_cast<void *>(thread_sp.get())); in CreateOSPluginThread()
454 ThreadSP thread_sp; in GetThreadAtIndex() local
461 thread_sp = process_sp->GetThreadList().GetThreadAtIndex(index, can_update); in GetThreadAtIndex()
462 sb_thread.SetThread(thread_sp); in GetThreadAtIndex()
469 static_cast<void *>(thread_sp.get())); in GetThreadAtIndex()
813 ThreadSP thread_sp; in GetThreadByID() local
820 thread_sp = process_sp->GetThreadList().FindThreadByID(tid, can_update); in GetThreadByID()
821 sb_thread.SetThread(thread_sp); in GetThreadByID()
829 static_cast<void *>(thread_sp.get())); in GetThreadByID()
836 ThreadSP thread_sp; in GetThreadByIndexID() local
843 thread_sp = in GetThreadByIndexID()
845 sb_thread.SetThread(thread_sp); in GetThreadByIndexID()
852 static_cast<void *>(thread_sp.get())); in GetThreadByIndexID()