Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_allocator_combined.h185 void ForceUnlock() { in ForceUnlock() function
186 secondary_.ForceUnlock(); in ForceUnlock()
187 primary_.ForceUnlock(); in ForceUnlock()
HDsanitizer_allocator_secondary.h274 void ForceUnlock() { in ForceUnlock() function
HDsanitizer_allocator_primary32.h244 void ForceUnlock() { in ForceUnlock() function
HDsanitizer_allocator_primary64.h285 void ForceUnlock() { in ForceUnlock() function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_allocator.cpp334 allocator.ForceUnlock(); in ReInitialize()
803 void ForceUnlock() { in ForceUnlock() function
805 allocator.ForceUnlock(); in ForceUnlock()
1001 instance.ForceUnlock(); in asan_mz_force_unlock()
1017 __asan::get_allocator().ForceUnlock(); in UnlockAllocator()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_allocator.cpp239 allocator.ForceUnlock(); in UnlockAllocator()