Home
last modified time | relevance | path

Searched refs:UnlockAfterFork (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_chained_origin_depot.cpp144 void ChainedOriginDepot::UnlockAfterFork(bool fork_child) { in UnlockAfterFork() function in __sanitizer::ChainedOriginDepot
145 depot.UnlockAfterFork(fork_child); in UnlockAfterFork()
HDsanitizer_chained_origin_depot.h36 void UnlockAfterFork(bool fork_child);
HDsanitizer_stackdepotbase.h56 void UnlockAfterFork(bool fork_child);
177 void StackDepotBase<Node, kReservedBits, kTabSizeLog>::UnlockAfterFork( in UnlockAfterFork() function
HDsanitizer_stackdepot.cpp227 theDepot.UnlockAfterFork(fork_child); in StackDepotUnlockAfterFork()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDdfsan_chained_origin_depot.cpp25 chainedOriginDepot.UnlockAfterFork(fork_child); in ChainedOriginDepotUnlockAfterFork()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_chained_origin_depot.cpp37 chainedOriginDepot.UnlockAfterFork(fork_child); in ChainedOriginDepotAfterFork()