Lines Matching refs:ThreadSP

59 lldb::ThreadSP ThreadList::GetExpressionExecutionThread() {  in GetExpressionExecutionThread()
62 ThreadSP expr_thread_sp = FindThreadByID(m_expression_tid_stack.back()); in GetExpressionExecutionThread()
90 ThreadSP ThreadList::GetThreadAtIndex(uint32_t idx, bool can_update) { in GetThreadAtIndex()
96 ThreadSP thread_sp; in GetThreadAtIndex()
102 ThreadSP ThreadList::FindThreadByID(lldb::tid_t tid, bool can_update) { in FindThreadByID()
108 ThreadSP thread_sp; in FindThreadByID()
120 ThreadSP ThreadList::FindThreadByProtocolID(lldb::tid_t tid, bool can_update) { in FindThreadByProtocolID()
126 ThreadSP thread_sp; in FindThreadByProtocolID()
138 ThreadSP ThreadList::RemoveThreadByID(lldb::tid_t tid, bool can_update) { in RemoveThreadByID()
144 ThreadSP thread_sp; in RemoveThreadByID()
157 ThreadSP ThreadList::RemoveThreadByProtocolID(lldb::tid_t tid, in RemoveThreadByProtocolID()
164 ThreadSP thread_sp; in RemoveThreadByProtocolID()
177 ThreadSP ThreadList::GetThreadSPForThreadPtr(Thread *thread_ptr) { in GetThreadSPForThreadPtr()
178 ThreadSP thread_sp; in GetThreadSPForThreadPtr()
194 ThreadSP ThreadList::GetBackingThread(const ThreadSP &real_thread) { in GetBackingThread()
197 ThreadSP thread_sp; in GetBackingThread()
208 ThreadSP ThreadList::FindThreadByIndexID(uint32_t index_id, bool can_update) { in FindThreadByIndexID()
214 ThreadSP thread_sp; in FindThreadByIndexID()
244 for (lldb::ThreadSP thread_sp : m_threads) { in ShouldStop()
301 ThreadSP thread_sp(*pos); in ShouldStop()
310 ThreadSP thread_sp(*pos); in ShouldStop()
367 ThreadSP thread_sp(*pos); in ShouldStop()
392 ThreadSP thread_sp(*pos); in ShouldReportStop()
430 ThreadSP thread_sp(*pos); in SetShouldReportStop()
585 ThreadSP stop_others_thread_sp; in WillResume()
588 ThreadSP thread_sp(*pos); in WillResume()
615 ThreadSP thread_sp(*pos); in WillResume()
625 ThreadSP thread_to_run; in WillResume()
639 ThreadSP thread_sp(*pos); in WillResume()
660 ThreadSP thread_sp(*pos); in DidResume()
677 ThreadSP thread_sp(*pos); in DidStop()
683 ThreadSP ThreadList::GetSelectedThread() { in GetSelectedThread()
685 ThreadSP thread_sp = FindThreadByID(m_selected_tid); in GetSelectedThread()
697 ThreadSP selected_thread_sp(FindThreadByID(tid)); in SetSelectedThreadByID()
712 ThreadSP selected_thread_sp(FindThreadByIndexID(index_id)); in SetSelectedThreadByIndexID()
726 ThreadSP selected_thread_sp(FindThreadByID(tid)); in NotifySelectedThreadChanged()
766 ThreadSP backing_thread = m_threads[idx]->GetBackingThread(); in Update()
792 lldb::ThreadSP thread_sp) in ExpressionExecutionThreadPusher()