Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h139 u32 OnFork(u32 tid);
H A Dsanitizer_thread_registry.cpp368 u32 ThreadRegistry::OnFork(u32 tid) { in OnFork() function in __sanitizer::ThreadRegistry
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp856 u32 nthread = ctx->thread_registry.OnFork(thr->tid); in ForkChildAfter()