Searched refs:m_thread_sp (Results 1 – 8 of 8) sorted by relevance
87 if (m_thread_sp) in ExecutionContext()168 m_thread_sp.reset(); in Clear()217 if (m_thread_sp) in GetBestExecutionContextScope()235 assert(m_thread_sp); in GetThreadRef()236 return *m_thread_sp; in GetThreadRef()295 m_thread_sp.reset(); in SetContext()305 m_thread_sp.reset(); in SetContext()349 m_thread_sp = rhs.m_thread_sp; in operator =()365 if ((m_thread_sp == rhs.m_thread_sp) || in operator ==()366 (m_thread_sp && rhs.m_thread_sp && in operator ==()[all …]
158 : m_thread_sp(thread_sp), m_stack_id() {} in ThreadEventData()162 : m_thread_sp(thread_sp), m_stack_id(stack_id) {} in ThreadEventData()164 Thread::ThreadEventData::ThreadEventData() : m_thread_sp(), m_stack_id() {} in ThreadEventData()
24 : m_thread_sp(thread_sp), m_trace(trace) {} in ThreadDecoder()29 m_thread_sp->GetID(), [&](llvm::ArrayRef<uint8_t> data) -> llvm::Error { in FindLowestTSC()53 return m_trace.GetThreadTimer(m_thread_sp->GetID()) in DoDecode()57 m_thread_sp, m_trace.GetPerfZeroTscConversion()); in DoDecode()60 m_thread_sp->GetID(), [&](llvm::ArrayRef<uint8_t> data) { in DoDecode()
51 lldb::ThreadSP m_thread_sp; variable
109 ThreadSP DecodedThread::GetThread() { return m_thread_sp; } in GetThread()239 : m_thread_sp(thread_sp), m_tsc_conversion(tsc_conversion) {} in DecodedThread()
256 lldb::ThreadSP m_thread_sp;
399 Thread *GetThreadPtr() const { return m_thread_sp.get(); } in GetThreadPtr()464 const lldb::ThreadSP &GetThreadSP() const { return m_thread_sp; } in GetThreadSP()563 lldb::ThreadSP m_thread_sp; ///< The thread that owns the frame variable
108 lldb::ThreadSP GetThread() const { return m_thread_sp; } in GetThread()113 lldb::ThreadSP m_thread_sp;