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

/external/compiler-rt/lib/asan/
H A Dasan_allocator.cc638 void ForceLock() { function in struct:__asan::Allocator
639 allocator.ForceLock();
772 instance.ForceLock();
788 __asan::get_allocator().ForceLock();
/external/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc138 allocator.ForceLock();
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h438 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
440 void ForceLock() { function in class:__sanitizer::SizeClassAllocator64
792 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
794 void ForceLock() { function in class:__sanitizer::SizeClassAllocator32
1204 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
1206 void ForceLock() { function in class:__sanitizer::LargeMmapAllocator
1423 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
1425 void ForceLock() { function in class:__sanitizer::CombinedAllocator
1426 primary_.ForceLock();
1427 secondary_.ForceLock();
[all...]
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc683 a->ForceLock();
721 a.ForceLock();
749 a.ForceLock();

Completed in 142 milliseconds