| /openbsd-src/gnu/llvm/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() 87 #define COMMON_INTERCEPTOR_SET_THREAD_NAME(ctx, name) SetThreadName(name)
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBBreakpointName.i | 77 void SetThreadName(const char *thread_name);
|
| H A D | SBBreakpointLocation.i | 118 SetThreadName (const char *thread_name);
|
| H A D | SBBreakpoint.i | 169 SetThreadName (const char *thread_name);
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_thread_registry_test.cpp | 98 registry->SetThreadName(6, "six"); in TestRegistry() 99 registry->SetThreadName(7, "seven"); in TestRegistry()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBBreakpointLocation.h | 77 void SetThreadName(const char *thread_name);
|
| H A D | SBBreakpointName.h | 76 void SetThreadName(const char *thread_name);
|
| H A D | SBBreakpoint.h | 87 void SetThreadName(const char *thread_name);
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| H A D | HistoryThread.h | 70 void SetThreadName(const char *name) { m_thread_name = name; } in SetThreadName() function
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
| H A D | asan_interceptors.cpp | 64 void SetThreadName(const char *name) { in SetThreadName() function 67 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()
|
| /openbsd-src/gnu/llvm/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 | 399 void SBBreakpoint::SetThreadName(const char *thread_name) { in SetThreadName() function in SBBreakpoint
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointLocation.h | 153 void SetThreadName(const char *thread_name);
|
| H A D | Breakpoint.h | 368 void SetThreadName(const char *thread_name);
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/MemoryHistory/asan/ |
| H A D | MemoryHistoryASan.cpp | 140 history_thread->SetThreadName(thread_name_with_number.str().c_str()); in CreateHistoryThreadFromValueObject()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Windows/ |
| H A D | Threading.inc | 63 static void SetThreadName(DWORD Id, LPCSTR Name) { 94 SetThreadName(::GetCurrentThreadId(), NameStr.data());
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_thread.cpp | 329 ctx->thread_registry.SetThreadName(thr->tid, name); in ThreadSetName()
|
| /openbsd-src/gnu/llvm/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 | 376 void Breakpoint::SetThreadName(const char *thread_name) { in SetThreadName() function in Breakpoint
|