Home
last modified time | relevance | path

Searched refs:SetThreadName (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/memprof/
HDmemprof_interceptors.cpp36 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-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerUtilLinux.cpp43 void SetThreadName(std::thread &thread, const std::string &name) { in SetThreadName() function
HDFuzzerUtilDarwin.cpp168 void SetThreadName(std::thread &thread, const std::string &name) { in SetThreadName() function
HDFuzzerUtil.h62 void SetThreadName(std::thread &thread, const std::string &name);
HDFuzzerUtilWindows.cpp241 void SetThreadName(std::thread &thread, const std::string &name) { in SetThreadName() function
HDFuzzerUtilFuchsia.cpp609 void SetThreadName(std::thread &thread, const std::string &name) { in SetThreadName() function
HDFuzzerDriver.cpp301 SetThreadName(V[i], "FuzzerWorker"); in RunInMultipleProcesses()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDHistoryThread.h70 void SetThreadName(const char *name) { m_thread_name = name; } in SetThreadName() function
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBBreakpointName.h76 void SetThreadName(const char *thread_name);
HDSBBreakpointLocation.h88 void SetThreadName(const char *thread_name);
HDSBBreakpoint.h92 void SetThreadName(const char *thread_name);
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBBreakpointLocation.cpp353 void SBBreakpointLocation::SetThreadName(const char *thread_name) { in SetThreadName() function in SBBreakpointLocation
360 loc_sp->SetThreadName(thread_name); in SetThreadName()
HDSBBreakpointName.cpp404 void SBBreakpointName::SetThreadName(const char *thread_name) { in SetThreadName() function in SBBreakpointName
HDSBBreakpoint.cpp398 void SBBreakpoint::SetThreadName(const char *thread_name) { in SetThreadName() function in SBBreakpoint
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
HDBreakpointLocation.h153 void SetThreadName(const char *thread_name);
HDBreakpoint.h367 void SetThreadName(const char *thread_name);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_thread_registry.h126 void SetThreadName(u32 tid, const char *name);
HDsanitizer_thread_registry.cpp221 void ThreadRegistry::SetThreadName(u32 tid, const char *name) { in SetThreadName() function in __sanitizer::ThreadRegistry
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
HDMemoryHistoryASan.cpp138 history_thread->SetThreadName(thread_name_with_number.str().c_str()); in CreateHistoryThreadFromValueObject()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_interceptors.cpp68 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)
HDasan_fuchsia.cpp126 asanThreadRegistry().SetThreadName(tid, name); in CreateAsanThread()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
HDThreading.inc63 static void SetThreadName(DWORD Id, LPCSTR Name) {
94 SetThreadName(::GetCurrentThreadId(), NameStr.data());
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_rtl_thread.cpp329 ctx->thread_registry.SetThreadName(thr->tid, name); in ThreadSetName()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointLocation.cpp138 void BreakpointLocation::SetThreadName(const char *thread_name) { in SetThreadName() function in BreakpointLocation
HDBreakpoint.cpp366 void Breakpoint::SetThreadName(const char *thread_name) { in SetThreadName() function in Breakpoint

12