Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_mman.h28 void AllocatorUnlockAfterFork(bool child);
HDtsan_mman.cpp130 void AllocatorUnlockAfterFork(bool child) SANITIZER_NO_THREAD_SAFETY_ANALYSIS { in AllocatorUnlockAfterFork() function
HDtsan_rtl.cpp842 AllocatorUnlockAfterFork(child); in ForkAfter()