Home | History | Annotate | Download | only in API

Lines Matching refs:index_id

488 SBProcess::SetSelectedThreadByIndexID (uint32_t index_id)
497 ret_val = process_sp->GetThreadList().SetSelectedThreadByIndexID (index_id);
502 process_sp.get(), index_id, (ret_val ? "true" : "false"));
874 SBProcess::GetThreadByIndexID (uint32_t index_id)
884 thread_sp = process_sp->GetThreadList().FindThreadByIndexID (index_id, can_update);
893 index_id,