Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_allocator.cc653 void ForceUnlock() { in ForceUnlock() function
655 allocator.ForceUnlock(); in ForceUnlock()
792 instance.ForceUnlock(); in asan_mz_force_unlock()
808 __asan::get_allocator().ForceUnlock(); in UnlockAllocator()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h461 void ForceUnlock() { in ForceUnlock() function
824 void ForceUnlock() { in ForceUnlock() function
1234 void ForceUnlock() { in ForceUnlock() function
1454 void ForceUnlock() { in ForceUnlock() function
1455 secondary_.ForceUnlock(); in ForceUnlock()
1456 primary_.ForceUnlock(); in ForceUnlock()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc693 a->ForceUnlock(); in TestSizeClassAllocatorIteration()
731 a.ForceUnlock(); in TEST()
773 a.ForceUnlock(); in TEST()
/external/compiler-rt/lib/lsan/
Dlsan_allocator.cc144 allocator.ForceUnlock(); in UnlockAllocator()