Searched defs:GetThreadName (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ | ||
H A D | HistoryThread.h | 66 const char *GetThreadName() { return m_thread_name.c_str(); } in GetThreadName() function |
/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/ | ||
H A D | BreakpointLocation.cpp | 158 const char *BreakpointLocation::GetThreadName() const { GetThreadName() function in BreakpointLocation |
H A D | Breakpoint.cpp | 378 const char *Breakpoint::GetThreadName() const { GetThreadName() function in Breakpoint |
/freebsd-src/contrib/llvm-project/lldb/source/API/ | ||
H A D | SBBreakpointLocation.cpp | 364 const char *SBBreakpointLocation::GetThreadName() const { in GetThreadName() function in SBBreakpointLocation |
H A D | SBBreakpointName.cpp | 418 const char *SBBreakpointName::GetThreadName() const { in GetThreadName() function in SBBreakpointName |
H A D | SBBreakpoint.cpp | 410 const char *SBBreakpoint::GetThreadName() const { in GetThreadName() function in SBBreakpoint |