Home
last modified time | relevance | path

Searched defs:SetThreadName (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.h74 void SetThreadName(const char *name) { m_thread_name = name; } in SetThreadName() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp149 void BreakpointLocation::SetThreadName(const char *thread_name) { in SetThreadName() function in BreakpointLocation
H A DBreakpoint.cpp384 void Breakpoint::SetThreadName(const char *thread_name) { in SetThreadName() function in Breakpoint
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc215 void ThreadRegistry::SetThreadName(u32 tid, const char *name) { in SetThreadName() function in __sanitizer::ThreadRegistry
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpointLocation.cpp285 void SBBreakpointLocation::SetThreadName(const char *thread_name) { in SetThreadName() function in SBBreakpointLocation
H A DSBBreakpointName.cpp404 void SBBreakpointName::SetThreadName(const char *thread_name) { in SetThreadName() function in SBBreakpointName
H A DSBBreakpoint.cpp354 void SBBreakpoint::SetThreadName(const char *thread_name) { in SetThreadName() function in SBBreakpoint
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_interceptors.cc65 void SetThreadName(const char *name) { in SetThreadName() function