Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_combined.h185 void ForceUnlock() NO_THREAD_SAFETY_ANALYSIS { in ForceUnlock() function
186 secondary_.ForceUnlock(); in ForceUnlock()
187 primary_.ForceUnlock(); in ForceUnlock()
Dsanitizer_allocator_secondary.h272 void ForceUnlock() RELEASE(mutex_) { mutex_.Unlock(); } in ForceUnlock() function
Dsanitizer_allocator_primary32.h246 void ForceUnlock() NO_THREAD_SAFETY_ANALYSIS { in ForceUnlock() function
Dsanitizer_allocator_primary64.h362 void ForceUnlock() NO_THREAD_SAFETY_ANALYSIS { in ForceUnlock() function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
Dasan_allocator.cpp396 allocator.ForceUnlock(); in ReInitialize()
860 void ForceUnlock() RELEASE(fallback_mutex) { in ForceUnlock() function
862 allocator.ForceUnlock(); in ForceUnlock()
1087 instance.ForceUnlock(); in asan_mz_force_unlock()
1103 __asan::get_allocator().ForceUnlock(); in UnlockAllocator()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/memprof/
Dmemprof_allocator.cpp486 allocator.ForceUnlock(); in FinishAndPrint()
744 void ForceUnlock() NO_THREAD_SAFETY_ANALYSIS { in ForceUnlock() function
746 allocator.ForceUnlock(); in ForceUnlock()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/
Dlsan_allocator.cpp243 allocator.ForceUnlock(); in UnlockAllocator()