Home
last modified time | relevance | path

Searched refs:SetThreadNameByUserId (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h127 void SetThreadNameByUserId(uptr user_id, const char *name);
H A Dsanitizer_thread_registry.cpp230 void ThreadRegistry::SetThreadNameByUserId(uptr user_id, const char *name) { in SetThreadNameByUserId() function in __sanitizer::ThreadRegistry
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interceptors_posix.cpp2423 __tsan::ctx->thread_registry.SetThreadNameByUserId(thread, name)
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2429 __tsan::ctx->thread_registry.SetThreadNameByUserId(thread, name)