Lines Matching refs:GetID
112 if (m_threads[idx]->GetID() == tid) { in FindThreadByID()
148 if (m_threads[idx]->GetID() == tid) { in RemoveThreadByID()
348 __FUNCTION__, thread_sp->GetID()); in ShouldStop()
395 "the should report stop.", thread_sp->GetID()); in ShouldReportStop()
415 thread_sp->GetID(), vote, result); in ShouldReportStop()
461 (*pos)->GetIndexID(), (*pos)->GetID()); in ShouldReportRun()
689 m_selected_tid = m_threads[0]->GetID(); in GetSelectedThread()
714 m_selected_tid = selected_thread_sp->GetID(); in SetSelectedThreadByIndexID()
762 const lldb::tid_t tid = (*rhs_pos)->GetID(); in Update()
767 if (m_threads[idx]->GetID() == tid || in Update()
768 (backing_thread && backing_thread->GetID() == tid)) { in Update()
795 m_tid = thread_sp->GetID(); in ExpressionExecutionThreadPusher()