Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.h114 void SetThreadNameByUserId(uptr user_id, const char *name);
Dsanitizer_thread_registry.cc209 void ThreadRegistry::SetThreadNameByUserId(uptr user_id, const char *name) { in SetThreadNameByUserId() function in __sanitizer::ThreadRegistry
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.h126 void SetThreadNameByUserId(uptr user_id, const char *name);
Dsanitizer_thread_registry.cpp224 void ThreadRegistry::SetThreadNameByUserId(uptr user_id, const char *name) { in SetThreadNameByUserId() function in __sanitizer::ThreadRegistry
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc2230 __tsan::ctx->thread_registry->SetThreadNameByUserId(thread, name)
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp2333 __tsan::ctx->thread_registry->SetThreadNameByUserId(thread, name)