Home
last modified time | relevance | path

Searched refs:GetTID (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/source/Target/
H A DThreadSpec.cpp140 if (GetTID() != LLDB_INVALID_THREAD_ID) in GetDescription()
141 s->Printf("tid: 0x%" PRIx64 " ", GetTID()); in GetDescription()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThreadSpec.h57 lldb::tid_t GetTID() const { return m_tid; } in GetTID() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/POSIX/
H A DProcessMessage.h45 lldb::tid_t GetTID() const { return m_tid; } in GetTID() function
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp119 return thread_spec->GetTID(); in GetThreadID()
634 ->GetTID(); in Dump()
H A DBreakpoint.cpp342 if (m_options.GetThreadSpec()->GetTID() == thread_id) in SetThreadID()
353 return m_options.GetThreadSpecNoCreate()->GetTID(); in GetThreadID()
/llvm-project-15.0.7/lldb/source/API/
H A DSBBreakpointName.cpp374 return bp_name->GetOptions().GetThreadSpec()->GetTID(); in GetThreadID()