Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.h28 void AllocatorUnlockAfterFork(bool child);
H A Dtsan_mman.cpp130 void AllocatorUnlockAfterFork(bool child) SANITIZER_NO_THREAD_SAFETY_ANALYSIS { in AllocatorUnlockAfterFork() function
H A Dtsan_rtl.cpp842 AllocatorUnlockAfterFork(child); in ForkAfter()