Home
last modified time | relevance | path

Searched defs:fork_child (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_chained_origin_depot.cpp24 void ChainedOriginDepotUnlockAfterFork(bool fork_child) { in ChainedOriginDepotUnlockAfterFork()
H A Ddfsan_custom.cpp2793 static void AfterFork(bool fork_child) { in AfterFork()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_chained_origin_depot.cpp36 void ChainedOriginDepotAfterFork(bool fork_child) { in ChainedOriginDepotAfterFork()
H A Dmsan_linux.cpp309 static void AfterFork(bool fork_child) { in AfterFork()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_posix.cpp162 static void AfterFork(bool fork_child) { in AfterFork()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_posix.cpp110 static void AfterFork(bool fork_child) { in AfterFork()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h178 bool fork_child) { in UnlockAfterFork()
H A Dsanitizer_chained_origin_depot.cpp144 void ChainedOriginDepot::UnlockAfterFork(bool fork_child) { in UnlockAfterFork()
H A Dsanitizer_stackdepot.cpp224 void StackDepotUnlockAfterFork(bool fork_child) { in StackDepotUnlockAfterFork()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp535 static void AfterFork(bool fork_child) { in AfterFork()