Searched refs:GetThreadName (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBreakpointLocation.h77 GetThreadName () const;
H A DSBBreakpoint.h110 GetThreadName () const;
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.h91 GetThreadName () function in class:lldb_private::HistoryThread
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h208 GetThreadName () const;
H A DBreakpoint.h416 GetThreadName () const;
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpointLocation.cpp218 SBBreakpointLocation::GetThreadName () const function in class:SBBreakpointLocation
223 return m_opaque_sp->GetThreadName();
H A DSBBreakpoint.cpp432 SBBreakpoint::GetThreadName () const function in class:SBBreakpoint
444 log->Printf ("SBBreakpoint(%p)::GetThreadName () => %s", m_opaque_sp.get(), name);
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DHost.h317 GetThreadName (lldb::pid_t pid, lldb::tid_t tid);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DLog.cpp116 std::string thread_name (Host::GetThreadName (getpid(), Host::GetCurrentThreadID()));
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Host/freebsd/
H A DHost.cpp87 Host::GetThreadName (lldb::pid_t pid, lldb::tid_t tid) function in class:Host
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpoint.cpp266 Breakpoint::GetThreadName () const function in class:Breakpoint
H A DBreakpointLocation.cpp183 BreakpointLocation::GetThreadName () const function in class:BreakpointLocation
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DPOSIXThread.cpp140 SetName(Host::GetThreadName(GetProcess()->GetID(), GetID()).c_str());

Completed in 127 milliseconds