| /llvm-project-15.0.7/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)
|
| /llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/ |
| H A D | sb_breakpointlocation.py | 19 obj.SetThreadName("worker thread")
|
| H A D | sb_breakpoint.py | 27 obj.SetThreadName("worker thread")
|
| H A D | sb_breakpointname.py | 25 obj.SetThreadName("AThread")
|
| /llvm-project-15.0.7/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);
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBBreakpointLocation.h | 75 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);
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | HistoryThread.h | 70 void SetThreadName(const char *name) { m_thread_name = name; } in SetThreadName() function
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/thread/thread_specific_break/ |
| H A D | TestThreadSpecificBreakpoint.py | 21 breakpoint.SetThreadName("main-thread")
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBBreakpointLocation.cpp | 336 void SBBreakpointLocation::SetThreadName(const char *thread_name) { in SetThreadName() function in SBBreakpointLocation 343 loc_sp->SetThreadName(thread_name); in SetThreadName()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointLocation.h | 150 void SetThreadName(const char *thread_name);
|
| H A D | Breakpoint.h | 365 void SetThreadName(const char *thread_name);
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/lldb/source/Plugins/MemoryHistory/asan/ |
| H A D | MemoryHistoryASan.cpp | 140 history_thread->SetThreadName(thread_name_with_number.str().c_str()); in CreateHistoryThreadFromValueObject()
|
| /llvm-project-15.0.7/llvm/lib/Support/Windows/ |
| H A D | Threading.inc | 69 static void SetThreadName(DWORD Id, LPCSTR Name) { 101 SetThreadName(::GetCurrentThreadId(), NameStr.data());
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/serialize/ |
| H A D | TestBreakpointSerialization.py | 231 bkpt.SetThreadName("grubby") 286 bkpt.SetThreadName("grubby")
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_rtl_thread.cpp | 310 ctx->thread_registry.SetThreadName(thr->tid, name); in ThreadSetName()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_thread.cpp | 329 ctx->thread_registry.SetThreadName(thr->tid, name); in ThreadSetName()
|