Lines Matching refs:GetID
113 if (m_threads[idx]->GetID() == tid) { in FindThreadByID()
149 if (m_threads[idx]->GetID() == tid) { in RemoveThreadByID()
349 __FUNCTION__, thread_sp->GetID()); in ShouldStop()
396 "the should report stop.", thread_sp->GetID()); in ShouldReportStop()
416 thread_sp->GetID(), vote, result); in ShouldReportStop()
462 (*pos)->GetIndexID(), (*pos)->GetID()); in ShouldReportRun()
690 m_selected_tid = m_threads[0]->GetID(); in GetSelectedThread()
715 m_selected_tid = selected_thread_sp->GetID(); in SetSelectedThreadByIndexID()
761 const lldb::tid_t tid = (*rhs_pos)->GetID(); in Update()
766 if (m_threads[idx]->GetID() == tid || in Update()
767 (backing_thread && backing_thread->GetID() == tid)) { in Update()
794 m_tid = thread_sp->GetID(); in ExpressionExecutionThreadPusher()