Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_allocator.cc643 void ForceUnlock() { in ForceUnlock() function
645 allocator.ForceUnlock(); in ForceUnlock()
776 instance.ForceUnlock(); in asan_mz_force_unlock()
792 __asan::get_allocator().ForceUnlock(); in UnlockAllocator()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h446 void ForceUnlock() { in ForceUnlock() function
800 void ForceUnlock() { in ForceUnlock() function
1210 void ForceUnlock() { in ForceUnlock() function
1430 void ForceUnlock() { in ForceUnlock() function
1431 secondary_.ForceUnlock(); in ForceUnlock()
1432 primary_.ForceUnlock(); in ForceUnlock()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc685 a->ForceUnlock(); in TestSizeClassAllocatorIteration()
723 a.ForceUnlock(); in TEST()
765 a.ForceUnlock(); in TEST()
/external/compiler-rt/lib/lsan/
Dlsan_allocator.cc142 allocator.ForceUnlock(); in UnlockAllocator()