Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp311 static void AfterFork(bool fork_child) { in AfterFork() argument
312 ChainedOriginDepotAfterFork(fork_child); in AfterFork()
313 StackDepotUnlockAfterFork(fork_child); in AfterFork()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp545 static void AfterFork(bool fork_child) { in AfterFork() argument
546 StackDepotUnlockAfterFork(fork_child); in AfterFork()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp2863 static void AfterFork(bool fork_child) { in AfterFork() argument
2864 ChainedOriginDepotUnlockAfterFork(fork_child); in AfterFork()
2865 StackDepotUnlockAfterFork(fork_child); in AfterFork()