Searched refs:SetSelectedThreadByIndexID (Results 1 – 8 of 8) sorted by relevance
76 bool SetSelectedThreadByIndexID(uint32_t index_id, bool notify = false);
109 bool SetSelectedThreadByIndexID(uint32_t index_id);
65 process.SetSelectedThreadByIndexID(0);
120 process_sp->GetThreadList().SetSelectedThreadByIndexID(0); in ParseProcess()
169 SetSelectedThreadByIndexID (uint32_t index_id);
369 bool SBProcess::SetSelectedThreadByIndexID(uint32_t index_id) { in SetSelectedThreadByIndexID() function in SBProcess377 ret_val = process_sp->GetThreadList().SetSelectedThreadByIndexID(index_id); in SetSelectedThreadByIndexID()
676 bool ThreadList::SetSelectedThreadByIndexID(uint32_t index_id, bool notify) { in SetSelectedThreadByIndexID() function in ThreadList
5418 if (GetThreadList().SetSelectedThreadByIndexID(selected_tid) && in RunThreadPlan()