Lines Matching defs:thread_sp
97 ThreadSP thread_sp; in GetThreadAtIndex() local
109 ThreadSP thread_sp; in FindThreadByID() local
127 ThreadSP thread_sp; in FindThreadByProtocolID() local
145 ThreadSP thread_sp; in RemoveThreadByID() local
165 ThreadSP thread_sp; in RemoveThreadByProtocolID() local
179 ThreadSP thread_sp; in GetThreadSPForThreadPtr() local
198 ThreadSP thread_sp; in GetBackingThread() local
215 ThreadSP thread_sp; in FindThreadByIndexID() local
245 for (lldb::ThreadSP thread_sp : m_threads) { in ShouldStop() local
302 ThreadSP thread_sp(*pos); in ShouldStop() local
311 ThreadSP thread_sp(*pos); in ShouldStop() local
368 ThreadSP thread_sp(*pos); in ShouldStop() local
393 ThreadSP thread_sp(*pos); in ShouldReportStop() local
431 ThreadSP thread_sp(*pos); in SetShouldReportStop() local
589 ThreadSP thread_sp(*pos); in WillResume() local
616 ThreadSP thread_sp(*pos); in WillResume() local
640 ThreadSP thread_sp(*pos); in WillResume() local
661 ThreadSP thread_sp(*pos); in DidResume() local
678 ThreadSP thread_sp(*pos); in DidStop() local
686 ThreadSP thread_sp = FindThreadByID(m_selected_tid); in GetSelectedThread() local
789 lldb::ThreadSP thread_sp) in ExpressionExecutionThreadPusher()