Home
last modified time | relevance | path

Searched defs:GetThread (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/
H A DNativeRegisterContext.h124 virtual NativeThreadProtocol &GetThread() { return m_thread; } in GetThread() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DRegisterContext.h150 virtual Thread &GetThread() { return m_thread; } in GetThread() function
H A DUnwind.h63 Thread &GetThread() { return m_thread; } in GetThread() function
H A DThreadPlan.h381 Thread &GetThread() { return m_thread; } in GetThread() function
383 const Thread &GetThread() const { return m_thread; } in GetThread() function
H A DStackFrame.h128 lldb::ThreadSP GetThread() const { return m_thread_wp.lock(); } in GetThread() function
H A DStopInfo.h37 lldb::ThreadSP GetThread() const { return m_thread_wp.lock(); } in GetThread() function
H A DThread.h111 lldb::ThreadSP GetThread() const { return m_thread_sp; } in GetThread() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBExecutionContext.cpp84 SBThread SBExecutionContext::GetThread() const { in GetThread() function in SBExecutionContext
H A DSBThreadPlan.cpp91 SBThread SBThreadPlan::GetThread() const { in GetThread() function in SBThreadPlan
H A DSBFrame.cpp849 SBThread SBFrame::GetThread() const { in GetThread() function in SBFrame
H A DSBValue.cpp1170 lldb::SBThread SBValue::GetThread() { in GetThread() function in SBValue
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cc116 thread_t SuspendedThreadsListMac::GetThread(uptr index) const { in GetThread() function in __sanitizer::SuspendedThreadsListMac
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp2480 ThreadSP GetThread(const TreeItem &item) { in GetThread() function in ThreadTreeDelegate