Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.h131 void SetThreadUserId(u32 tid, uptr user_id);
Dsanitizer_thread_registry.cpp340 void ThreadRegistry::SetThreadUserId(u32 tid, uptr user_id) { in SetThreadUserId() function in __sanitizer::ThreadRegistry
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cpp337 ctx->thread_registry->SetThreadUserId(tid, uid); in ThreadNotJoined()