Home
last modified time | relevance | path

Searched refs:m_thread_sp (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp87 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 …]
H A DThread.cpp153 : 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()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DThreadDecoder.cpp22 : 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()
H A DThreadDecoder.h51 lldb::ThreadSP m_thread_sp; variable
H A DDecodedThread.cpp100 ThreadSP DecodedThread::GetThread() { return m_thread_sp; } in GetThread()
255 : m_thread_sp(thread_sp), m_tsc_conversion(tsc_conversion) {} in DecodedThread()
H A DDecodedThread.h267 lldb::ThreadSP m_thread_sp;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DExecutionContext.h399 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
H A DThread.h108 lldb::ThreadSP GetThread() const { return m_thread_sp; } in GetThread()
113 lldb::ThreadSP m_thread_sp;