Home
last modified time | relevance | path

Searched refs:StackDepotUnlockAfterFork (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.h43 void StackDepotUnlockAfterFork(bool fork_child);
H A Dsanitizer_stackdepot.cpp224 void StackDepotUnlockAfterFork(bool fork_child) { in StackDepotUnlockAfterFork() function
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_posix.cpp163 StackDepotUnlockAfterFork(fork_child); in AfterFork()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_posix.cpp111 StackDepotUnlockAfterFork(fork_child); in AfterFork()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp311 StackDepotUnlockAfterFork(fork_child); in AfterFork()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp536 StackDepotUnlockAfterFork(fork_child); in AfterFork()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp2795 StackDepotUnlockAfterFork(fork_child); in AfterFork()