| /freebsd-12.1/contrib/llvm/lib/Support/Windows/ |
| H A D | Threading.inc | 65 static void SetThreadName(DWORD Id, LPCSTR Name) { 97 SetThreadName(::GetCurrentThreadId(), NameStr.data());
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBBreakpointLocation.h | 71 void SetThreadName(const char *thread_name);
|
| H A D | SBBreakpointName.h | 75 void SetThreadName(const char *thread_name);
|
| H A D | SBBreakpoint.h | 84 void SetThreadName(const char *thread_name);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | HistoryThread.h | 74 void SetThreadName(const char *name) { m_thread_name = name; } in SetThreadName() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBBreakpointLocation.cpp | 285 void SBBreakpointLocation::SetThreadName(const char *thread_name) { in SetThreadName() function in SBBreakpointLocation 290 loc_sp->SetThreadName(thread_name); in SetThreadName()
|
| H A D | SBBreakpointName.cpp | 404 void SBBreakpointName::SetThreadName(const char *thread_name) { in SetThreadName() function in SBBreakpointName
|
| H A D | SBBreakpoint.cpp | 354 void SBBreakpoint::SetThreadName(const char *thread_name) { in SetThreadName() function in SBBreakpoint
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_interceptors.cc | 65 void SetThreadName(const char *name) { in SetThreadName() function 68 asanThreadRegistry().SetThreadName(t->tid(), name); in SetThreadName() 121 #define COMMON_INTERCEPTOR_SET_THREAD_NAME(ctx, name) SetThreadName(name)
|
| H A D | asan_fuchsia.cc | 101 asanThreadRegistry().SetThreadName(tid, name); in CreateAsanThread()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointLocation.h | 183 void SetThreadName(const char *thread_name);
|
| H A D | Breakpoint.h | 437 void SetThreadName(const char *thread_name);
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_thread_registry.h | 119 void SetThreadName(u32 tid, const char *name);
|
| H A D | sanitizer_thread_registry.cc | 215 void ThreadRegistry::SetThreadName(u32 tid, const char *name) { in SetThreadName() function in __sanitizer::ThreadRegistry
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/ |
| H A D | MemoryHistoryASan.cpp | 145 history_thread->SetThreadName(thread_name_with_number.str().c_str()); in CreateHistoryThreadFromValueObject()
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_thread.cc | 322 ctx->thread_registry->SetThreadName(thr->tid, name); in ThreadSetName()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointLocation.cpp | 149 void BreakpointLocation::SetThreadName(const char *thread_name) { in SetThreadName() function in BreakpointLocation
|
| H A D | Breakpoint.cpp | 384 void Breakpoint::SetThreadName(const char *thread_name) { in SetThreadName() function in Breakpoint
|