Home
last modified time | relevance | path

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

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