Searched refs:ForceLock (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h178 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
180 void ForceLock() { function in class:CombinedAllocator
181 primary_.ForceLock();
182 secondary_.ForceLock();
H A Dsanitizer_allocator_primary32.h236 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
238 void ForceLock() { function in class:SizeClassAllocator32
H A Dsanitizer_allocator_secondary.h268 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
270 void ForceLock() { function in class:LargeMmapAllocator
H A Dsanitizer_allocator_primary64.h277 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
279 void ForceLock() { function in class:SizeClassAllocator64
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp328 allocator.ForceLock();
798 void ForceLock() { function in struct:__asan::Allocator
799 allocator.ForceLock();
997 instance.ForceLock();
1013 __asan::get_allocator().ForceLock();
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp235 allocator.ForceLock();

Completed in 75 milliseconds