Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h120 void SetThreadNameByUserId(uptr user_id, const char *name);
H A Dsanitizer_thread_registry.cc225 void ThreadRegistry::SetThreadNameByUserId(uptr user_id, const char *name) { in SetThreadNameByUserId() function in __sanitizer::ThreadRegistry
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc2296 __tsan::ctx->thread_registry->SetThreadNameByUserId(thread, name)