Searched refs:m_thread_sp (Results 1 – 8 of 8) sorted by relevance
87 if (m_thread_sp) in ExecutionContext()169 m_thread_sp.reset(); in Clear()218 if (m_thread_sp) in GetBestExecutionContextScope()236 assert(m_thread_sp); in GetThreadRef()237 return *m_thread_sp; in GetThreadRef()296 m_thread_sp.reset(); in SetContext()306 m_thread_sp.reset(); in SetContext()350 m_thread_sp = rhs.m_thread_sp; in operator =()366 if ((m_thread_sp == rhs.m_thread_sp) || in operator ==()367 (m_thread_sp && rhs.m_thread_sp && in operator ==()[all …]
153 : m_thread_sp(thread_sp), m_stack_id() {} in ThreadEventData()157 : m_thread_sp(thread_sp), m_stack_id(stack_id) {} in ThreadEventData()159 Thread::ThreadEventData::ThreadEventData() : m_thread_sp(), m_stack_id() {} in ThreadEventData()
22 : m_thread_sp(thread_sp), m_trace(trace) {} in ThreadDecoder()27 m_thread_sp->GetID(), [&](llvm::ArrayRef<uint8_t> data) -> llvm::Error { in FindLowestTSC()52 return m_trace.GetThreadTimer(m_thread_sp->GetID()) in DoDecode()55 m_thread_sp, m_trace.GetPerfZeroTscConversion()); in DoDecode()58 m_thread_sp->GetID(), [&](llvm::ArrayRef<uint8_t> data) { in DoDecode()
51 lldb::ThreadSP m_thread_sp; variable
100 ThreadSP DecodedThread::GetThread() { return m_thread_sp; } in GetThread()255 : m_thread_sp(thread_sp), m_tsc_conversion(tsc_conversion) {} in DecodedThread()
267 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;