Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h134 void SetThreadUserId(u32 tid, uptr user_id);
H A Dsanitizer_thread_registry.cpp357 void ThreadRegistry::SetThreadUserId(u32 tid, uptr user_id) { in SetThreadUserId() function in __sanitizer::ThreadRegistry
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp325 ctx->thread_registry.SetThreadUserId(tid, uid); in ThreadNotJoined()