Searched refs:selected_thread (Results 1 – 3 of 3) sorted by relevance
209 selected_thread = False266 if select_thread and not selected_thread:268 selected_thread = self.process.SetSelectedThread(
517 …selected_thread = property(GetSelectedThread, SetSelectedThread, doc='''A read/write property that…
5226 ThreadSP selected_thread = threads.GetSelectedThread(); in TreeDelegateGenerateChildren() local5233 if (selected_thread->GetID() == thread->GetID()) in TreeDelegateGenerateChildren()5257 ThreadSP selected_thread = threads.GetSelectedThread(); in TreeDelegateUpdateSelection() local5261 if (selected_thread->GetID() == thread->GetID()) { in TreeDelegateUpdateSelection()