Searched refs:FindThreadByID (Results 1 – 14 of 14) sorted by relevance
419 ThreadSP thread_sp = current_threads.FindThreadByID(cur_tid); in Update()435 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid); in DumpPlans()469 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid); in DumpPlansForTID()507 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 ThreadList650 ThreadSP thread_sp = FindThreadByID(m_selected_tid); in GetSelectedThread()662 ThreadSP selected_thread_sp(FindThreadByID(tid)); in SetSelectedThreadByID()691 ThreadSP selected_thread_sp(FindThreadByID(tid)); in NotifySelectedThreadChanged()
59 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(m_tid); in GetThread()
45 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(m_tid); in GetThread()
590 thread_sp = process_sp->GetThreadList().FindThreadByID(m_tid); in GetThreadSP()
4581 .FindThreadByID(thread_id); in HandleStoppedEvent()5500 ThreadSP thread_sp(GetThreadList().FindThreadByID(thread_id_array[i])); in GetThreadStatus()
89 lldb::ThreadSP FindThreadByID(lldb::tid_t tid, bool can_update = true);
127 Thread *thread = process->GetThreadList().FindThreadByID(tid).get(); in BucketThread()
154 m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid); in HandleOneThread()1258 m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid); in HandleOneThread()1306 m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid); in HandleOneThread()2127 m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid); in HandleOneThread()2234 m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid); in HandleOneThread()
202 *m_live_process->GetThreadList().FindThreadByID(thread_state.tid); in DoRefreshLiveProcessState()
249 thread_sp = old_thread_list.FindThreadByID(tid, false); in CreateThreadFromThreadInfo()
279 ThreadSP lldb_thread = process_sp->GetThreadList().FindThreadByID( in GetRenumberedThreadIds()
716 thread_sp = process_sp->GetThreadList().FindThreadByID(tid, can_update); in GetThreadByID()
3861 return process_sp->GetThreadList().FindThreadByID(item.GetIdentifier()); in GetThread()