Searched refs:SetSelectedThreadByIndexID (Results 1 – 7 of 7) sorted by relevance
76 bool SetSelectedThreadByIndexID(uint32_t index_id, bool notify = false);
136 process_sp->GetThreadList().SetSelectedThreadByIndexID(0); in ParseProcess()187 process_sp->GetThreadList().SetSelectedThreadByIndexID(0); in ParseKernel()
115 bool SetSelectedThreadByIndexID(uint32_t index_id);
370 bool SBProcess::SetSelectedThreadByIndexID(uint32_t index_id) { in SetSelectedThreadByIndexID() function in SBProcess378 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
5493 if (GetThreadList().SetSelectedThreadByIndexID(selected_tid) && in RunThreadPlan()
42768 result = (bool)(arg1)->SetSelectedThreadByIndexID(arg2); in _wrap_SBProcess_SetSelectedThreadByIndexID()