Home
last modified time | relevance | path

Searched refs:BeforeFork (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_posix.cpp99 static void BeforeFork() { in BeforeFork() function
120 &BeforeFork, []() { AfterFork(/* fork_child= */ false); }, in InstallAtForkHandler()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_posix.cpp151 static void BeforeFork() { in BeforeFork() function
190 &BeforeFork, []() { AfterFork(/* fork_child= */ false); }, in InstallAtForkHandler()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp304 static void BeforeFork() { in BeforeFork() function
322 &BeforeFork, []() { AfterFork(/* fork_child= */ false); }, in InstallAtForkHandler()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp530 static void BeforeFork() { in BeforeFork() function
556 &BeforeFork, []() { AfterFork(/* fork_child= */ false); }, in HwasanInstallAtForkHandler()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp2861 static void BeforeFork() { in WRAPPER_ALIAS()
2882 BeforeFork(); in __dfso_fork()