Home
last modified time | relevance | path

Searched refs:CheckLocked (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_arg_retval.cpp22 CheckLocked(); in CreateLocked()
88 CheckLocked(); in DetachLocked()
101 CheckLocked(); in GetAllPtrsLocked()
H A Dsanitizer_thread_arg_retval.h37 void CheckLocked() const SANITIZER_CHECK_LOCKED() { mtx_.CheckLocked(); } in CheckLocked() function
H A Dsanitizer_thread_registry.h99 void CheckLocked() const SANITIZER_CHECK_LOCKED() { mtx_.CheckLocked(); } in CheckLocked() function
H A Dsanitizer_mutex.h43 void CheckLocked() const SANITIZER_CHECK_LOCKED() { in CheckLocked() function
320 void CheckLocked() const SANITIZER_CHECK_LOCKED() { CheckWriteLocked(); } in CheckLocked() function
H A Dsanitizer_symbolizer_report.cpp335 void ScopedErrorReportLock::CheckLocked() { mutex_.CheckLocked(); } in CheckLocked() function in __sanitizer::ScopedErrorReportLock
H A Dsanitizer_thread_registry.cpp180 CheckLocked(); in RunCallbackForEachThreadLocked()
201 CheckLocked(); in FindThreadContextLocked()
H A Dsanitizer_symbolizer.cpp109 mu_->CheckLocked(); in GetOwnedCopy()
H A Dsanitizer_file.cpp38 mu->CheckLocked(); in ReopenIfNecessary()
H A Dsanitizer_allocator_secondary.h219 mutex_.CheckLocked(); in GetBlockBeginFastLocked()
H A Dsanitizer_common.h260 static void CheckLocked() SANITIZER_CHECK_LOCKED(mutex_);
H A Dsanitizer_mac.cpp787 syslog_lock.CheckLocked(); in WriteOneLineToSyslog()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_descriptions.cpp30 memprofThreadRegistry().CheckLocked(); in MemprofThreadIdAndName()
45 memprofThreadRegistry().CheckLocked(); in DescribeThread()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.h161 CheckLocked(); in FindThreadLocked()
188 void CheckLocked() const SANITIZER_CHECK_LOCKED(live_list_mutex_) { in CheckLocked() function
189 live_list_mutex_.CheckLocked(); in CheckLocked()
H A Dhwasan_thread.cpp173 tl.CheckLocked(); in GetHwasanThreadListLocked()
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h235 static void CheckLocked() { ScopedErrorReportLock::CheckLocked(); } in CheckLocked() function
H A Dubsan_diag.cpp353 ScopedReport::CheckLocked(); in ~Diag()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp159 ctx->thread_registry.CheckLocked(); in ScopedReportBase()
227 ctx->thread_registry.CheckLocked(); in FindThreadByTidLocked()
244 ctx->thread_registry.CheckLocked(); in IsThreadStackOrTls()
441 ctx->slot_mtx.CheckLocked(); // needed to prevent trace part recycling in RestoreStack()
442 ctx->thread_registry.CheckLocked(); in RestoreStack()
446 slot->mtx.CheckLocked(); in RestoreStack()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp97 thread_registry->CheckLocked(); in GetLsanThreadRegistryLocked()
H A Dlsan_common.cpp533 global_mutex.CheckLocked(); in GetRootRegionsLocked()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp30 asanThreadRegistry().CheckLocked(); in AsanThreadIdAndName()
45 asanThreadRegistry().CheckLocked(); in DescribeThread()
415 asanThreadRegistry().CheckLocked(); in Print()
H A Dasan_thread.cpp458 asanThreadRegistry().CheckLocked(); in FindThreadByStackAddress()
494 __asan::asanThreadRegistry().CheckLocked(); in GetAsanThreadRegistryLocked()
H A Dasan_globals.cpp102 mu_for_globals.CheckLocked(); in FindRegistrationSite()