Home
last modified time | relevance | path

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

/src/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
/src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_posix.cpp163 StackDepotUnlockAfterFork(fork_child); in AfterFork()
/src/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_posix.cpp111 StackDepotUnlockAfterFork(fork_child); in AfterFork()
/src/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp313 StackDepotUnlockAfterFork(fork_child); in AfterFork()
/src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp546 StackDepotUnlockAfterFork(fork_child); in AfterFork()
/src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp132 StackDepotUnlockAfterFork(child); in AllocatorUnlockAfterFork()
/src/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp2865 StackDepotUnlockAfterFork(fork_child); in AfterFork()