Lines Matching refs:ThreadSP
60 lldb::ThreadSP ThreadList::GetExpressionExecutionThread() { in GetExpressionExecutionThread()
63 ThreadSP expr_thread_sp = FindThreadByID(m_expression_tid_stack.back()); in GetExpressionExecutionThread()
91 ThreadSP ThreadList::GetThreadAtIndex(uint32_t idx, bool can_update) { in GetThreadAtIndex()
97 ThreadSP thread_sp; in GetThreadAtIndex()
103 ThreadSP ThreadList::FindThreadByID(lldb::tid_t tid, bool can_update) { in FindThreadByID()
109 ThreadSP thread_sp; in FindThreadByID()
121 ThreadSP ThreadList::FindThreadByProtocolID(lldb::tid_t tid, bool can_update) { in FindThreadByProtocolID()
127 ThreadSP thread_sp; in FindThreadByProtocolID()
139 ThreadSP ThreadList::RemoveThreadByID(lldb::tid_t tid, bool can_update) { in RemoveThreadByID()
145 ThreadSP thread_sp; in RemoveThreadByID()
158 ThreadSP ThreadList::RemoveThreadByProtocolID(lldb::tid_t tid, in RemoveThreadByProtocolID()
165 ThreadSP thread_sp; in RemoveThreadByProtocolID()
178 ThreadSP ThreadList::GetThreadSPForThreadPtr(Thread *thread_ptr) { in GetThreadSPForThreadPtr()
179 ThreadSP thread_sp; in GetThreadSPForThreadPtr()
195 ThreadSP ThreadList::GetBackingThread(const ThreadSP &real_thread) { in GetBackingThread()
198 ThreadSP thread_sp; in GetBackingThread()
209 ThreadSP ThreadList::FindThreadByIndexID(uint32_t index_id, bool can_update) { in FindThreadByIndexID()
215 ThreadSP thread_sp; in FindThreadByIndexID()
245 for (lldb::ThreadSP thread_sp : m_threads) { in ShouldStop()
302 ThreadSP thread_sp(*pos); in ShouldStop()
311 ThreadSP thread_sp(*pos); in ShouldStop()
368 ThreadSP thread_sp(*pos); in ShouldStop()
393 ThreadSP thread_sp(*pos); in ShouldReportStop()
431 ThreadSP thread_sp(*pos); in SetShouldReportStop()
586 ThreadSP stop_others_thread_sp; in WillResume()
589 ThreadSP thread_sp(*pos); in WillResume()
616 ThreadSP thread_sp(*pos); in WillResume()
626 ThreadSP thread_to_run; in WillResume()
640 ThreadSP thread_sp(*pos); in WillResume()
661 ThreadSP thread_sp(*pos); in DidResume()
678 ThreadSP thread_sp(*pos); in DidStop()
684 ThreadSP ThreadList::GetSelectedThread() { in GetSelectedThread()
686 ThreadSP thread_sp = FindThreadByID(m_selected_tid); in GetSelectedThread()
698 ThreadSP selected_thread_sp(FindThreadByID(tid)); in SetSelectedThreadByID()
713 ThreadSP selected_thread_sp(FindThreadByIndexID(index_id)); in SetSelectedThreadByIndexID()
727 ThreadSP selected_thread_sp(FindThreadByID(tid)); in NotifySelectedThreadChanged()
763 ThreadSP backing_thread = m_threads[idx]->GetBackingThread(); in Update()
789 lldb::ThreadSP thread_sp) in ExpressionExecutionThreadPusher()