Home
last modified time | relevance | path

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

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