Searched refs:FindThreadByID (Results 1 – 15 of 15) sorted by relevance
435 ThreadSP thread_sp = current_threads.FindThreadByID(cur_tid); in Update()452 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid); in DumpPlans()487 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid); in DumpPlansForTID()526 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid); in PrunePlansForTID()
62 ThreadSP expr_thread_sp = FindThreadByID(m_expression_tid_stack.back()); in GetExpressionExecutionThread()102 ThreadSP ThreadList::FindThreadByID(lldb::tid_t tid, bool can_update) { in FindThreadByID() function in ThreadList689 ThreadSP thread_sp = FindThreadByID(m_selected_tid); in GetSelectedThread()701 ThreadSP selected_thread_sp(FindThreadByID(tid)); in SetSelectedThreadByID()730 ThreadSP selected_thread_sp(FindThreadByID(tid)); in NotifySelectedThreadChanged()
60 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(m_tid); in GetThread()
46 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(m_tid); in GetThread()
586 thread_sp = process_sp->GetThreadList().FindThreadByID(m_tid); in GetThreadSP()
4911 .FindThreadByID(thread_id); in HandleStoppedEvent()5801 ThreadSP thread_sp(GetThreadList().FindThreadByID(thread_id_array[i])); in GetThreadStatus()
90 lldb::ThreadSP FindThreadByID(lldb::tid_t tid, bool can_update = true);
153 thread_collection.push_back(thread_list.FindThreadByID(tid)); in GetThreadsToSave()
139 Thread *thread = process->GetThreadList().FindThreadByID(tid).get(); in BucketThread()
221 m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid); in HandleOneThread()1211 process->GetThreadList().FindThreadByID(m_options.m_thread_id).get(); in DoExecute()1335 m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid); in HandleOneThread()1385 m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid); in HandleOneThread()1437 m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid); in HandleOneThread()2491 m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid); in HandleOneThread()
246 thread_sp = old_thread_list.FindThreadByID(tid, false); in CreateThreadFromThreadInfo()
571 GetLiveProcess()->GetThreadList().FindThreadByID(thread_state.tid); in DoRefreshLiveProcessState()
276 ThreadSP lldb_thread = process_sp->GetThreadList().FindThreadByID( in GetRenumberedThreadIds()
712 thread_sp = process_sp->GetThreadList().FindThreadByID(tid, can_update); in GetThreadByID()
5112 return process_sp->GetThreadList().FindThreadByID(item.GetIdentifier()); in GetThread()