Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp304 static void BeforeFork() { in BeforeFork() function
320 &BeforeFork, []() { AfterFork(/* fork_child= */ false); }, in InstallAtForkHandler()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp534 static void BeforeFork() { in BeforeFork() function
558 &BeforeFork, []() { AfterFork(/* fork_child= */ false); }, in HwasanInstallAtForkHandler()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp2858 static void BeforeFork() { in WRAPPER_ALIAS()
2877 BeforeFork(); in __dfso_fork()