Searched refs:SetSelectedThreadByIndexID (Results 1 – 7 of 7) sorted by relevance
76 bool SetSelectedThreadByIndexID(uint32_t index_id, bool notify = false);
134 process_sp->GetThreadList().SetSelectedThreadByIndexID(0); in ParseProcess()185 process_sp->GetThreadList().SetSelectedThreadByIndexID(0); in ParseKernel()
109 bool SetSelectedThreadByIndexID(uint32_t index_id);
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()
711 bool ThreadList::SetSelectedThreadByIndexID(uint32_t index_id, bool notify) { in SetSelectedThreadByIndexID() function in ThreadList
5439 if (GetThreadList().SetSelectedThreadByIndexID(selected_tid) && in RunThreadPlan()