Home
last modified time | relevance | path

Searched refs:ForceUnlock (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h183 void ForceUnlock() SANITIZER_NO_THREAD_SAFETY_ANALYSIS { in ForceUnlock() function
184 secondary_.ForceUnlock(); in ForceUnlock()
185 primary_.ForceUnlock(); in ForceUnlock()
H A Dsanitizer_allocator.cpp135 internal_allocator()->ForceUnlock(); in InternalAllocatorUnlock()
H A Dsanitizer_allocator_secondary.h272 void ForceUnlock() SANITIZER_RELEASE(mutex_) { mutex_.Unlock(); } in ForceUnlock() function
H A Dsanitizer_allocator_primary32.h247 void ForceUnlock() SANITIZER_NO_THREAD_SAFETY_ANALYSIS { in ForceUnlock() function
H A Dsanitizer_allocator_primary64.h363 void ForceUnlock() SANITIZER_NO_THREAD_SAFETY_ANALYSIS { in ForceUnlock() function
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp439 allocator.ForceUnlock(); in ReInitialize()
903 void ForceUnlock() SANITIZER_RELEASE(fallback_mutex) { in ForceUnlock() function
905 allocator.ForceUnlock(); in ForceUnlock()
1117 instance.ForceUnlock(); in asan_mz_force_unlock()
1129 __asan::get_allocator().ForceUnlock(); in UnlockAllocator()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp377 allocator.ForceUnlock(); in FinishAndWrite()
634 void ForceUnlock() SANITIZER_NO_THREAD_SAFETY_ANALYSIS { in ForceUnlock() function
636 allocator.ForceUnlock(); in ForceUnlock()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp271 allocator.ForceUnlock(); in UnlockAllocator()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp167 void UnlockAllocator() { allocator.ForceUnlock(); } in UnlockAllocator()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp133 allocator()->ForceUnlock(); in AllocatorUnlockAfterFork()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp167 void HwasanAllocatorUnlock() { allocator.ForceUnlock(); } in HwasanAllocatorUnlock()