| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_interceptors.cpp | 36 void SetThreadName(const char *name) { in SetThreadName() function 39 memprofThreadRegistry().SetThreadName(t->tid(), name); in SetThreadName() 82 #define COMMON_INTERCEPTOR_SET_THREAD_NAME(ctx, name) SetThreadName(name)
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerUtilLinux.cpp | 43 void SetThreadName(std::thread &thread, const std::string &name) { in SetThreadName() function
|
| H A D | FuzzerUtilDarwin.cpp | 168 void SetThreadName(std::thread &thread, const std::string &name) { in SetThreadName() function
|
| H A D | FuzzerUtil.h | 62 void SetThreadName(std::thread &thread, const std::string &name);
|
| H A D | FuzzerUtilWindows.cpp | 236 void SetThreadName(std::thread &thread, const std::string &name) { in SetThreadName() function
|
| H A D | FuzzerUtilFuchsia.cpp | 608 void SetThreadName(std::thread &thread, const std::string &name) { in SetThreadName() function
|
| H A D | FuzzerDriver.cpp | 300 SetThreadName(V[i], "FuzzerWorker"); in RunInMultipleProcesses()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | HistoryThread.h | 70 void SetThreadName(const char *name) { m_thread_name = name; } in SetThreadName() function
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBBreakpointName.h | 76 void SetThreadName(const char *thread_name);
|
| H A D | SBBreakpointLocation.h | 88 void SetThreadName(const char *thread_name);
|
| H A D | SBBreakpoint.h | 92 void SetThreadName(const char *thread_name);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBBreakpointLocation.cpp | 353 void SBBreakpointLocation::SetThreadName(const char *thread_name) { in SetThreadName() function in SBBreakpointLocation 360 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 | 398 void SBBreakpoint::SetThreadName(const char *thread_name) { in SetThreadName() function in SBBreakpoint
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointLocation.h | 153 void SetThreadName(const char *thread_name);
|
| H A D | Breakpoint.h | 367 void SetThreadName(const char *thread_name);
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_thread_registry.h | 126 void SetThreadName(u32 tid, const char *name);
|
| H A D | sanitizer_thread_registry.cpp | 221 void ThreadRegistry::SetThreadName(u32 tid, const char *name) { in SetThreadName() function in __sanitizer::ThreadRegistry
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/ |
| H A D | MemoryHistoryASan.cpp | 138 history_thread->SetThreadName(thread_name_with_number.str().c_str()); in CreateHistoryThreadFromValueObject()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_interceptors.cpp | 68 void SetThreadName(const char *name) { in SetThreadName() function 71 asanThreadRegistry().SetThreadName(t->tid(), name); in SetThreadName() 122 #define COMMON_INTERCEPTOR_SET_THREAD_NAME(ctx, name) SetThreadName(name)
|
| H A D | asan_fuchsia.cpp | 128 asanThreadRegistry().SetThreadName(tid, name); in CreateAsanThread()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Threading.inc | 63 static void SetThreadName(DWORD Id, LPCSTR Name) { 94 SetThreadName(::GetCurrentThreadId(), NameStr.data());
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_thread.cpp | 329 ctx->thread_registry.SetThreadName(thr->tid, name); in ThreadSetName()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointLocation.cpp | 146 void BreakpointLocation::SetThreadName(const char *thread_name) { in SetThreadName() function in BreakpointLocation
|
| H A D | Breakpoint.cpp | 369 void Breakpoint::SetThreadName(const char *thread_name) { in SetThreadName() function in Breakpoint
|