Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h180 void ForceLock() NO_THREAD_SAFETY_ANALYSIS { in ForceLock() function
181 primary_.ForceLock(); in ForceLock()
182 secondary_.ForceLock(); in ForceLock()
H A Dsanitizer_allocator_secondary.h270 void ForceLock() ACQUIRE(mutex_) { mutex_.Lock(); } in ForceLock() function
H A Dsanitizer_allocator_primary32.h240 void ForceLock() NO_THREAD_SAFETY_ANALYSIS { in ForceLock() function
H A Dsanitizer_allocator_primary64.h356 void ForceLock() NO_THREAD_SAFETY_ANALYSIS { in ForceLock() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp390 allocator.ForceLock(); in ReInitialize()
855 void ForceLock() ACQUIRE(fallback_mutex) { in ForceLock() function
856 allocator.ForceLock(); in ForceLock()
1084 void asan_mz_force_lock() NO_THREAD_SAFETY_ANALYSIS { instance.ForceLock(); } in asan_mz_force_lock()
1099 __asan::get_allocator().ForceLock(); in LockAllocator()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp468 allocator.ForceLock(); in FinishAndPrint()
739 void ForceLock() NO_THREAD_SAFETY_ANALYSIS { in ForceLock() function
740 allocator.ForceLock(); in ForceLock()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp239 allocator.ForceLock(); in LockAllocator()