Home
last modified time | relevance | path

Searched refs:CheckLocked (Results 1 – 24 of 24) 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 GetAllPtrsLocked()
101 CheckLocked();
H A Dsanitizer_thread_arg_retval.h37 void CheckLocked() const SANITIZER_CHECK_LOCKED() { mtx_.CheckLocked(); } in CheckLocked() function
H A Dsanitizer_thread_registry.h100 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.cpp342 void ScopedErrorReportLock::CheckLocked() { mutex_.CheckLocked(); } in CheckLocked() function in __sanitizer::ScopedErrorReportLock
H A Dsanitizer_symbolizer.cpp109 mu_->CheckLocked(); in GetOwnedCopy()
H A Dsanitizer_thread_registry.cpp195 CheckLocked(); in RunCallbackForEachThreadLocked()
216 CheckLocked(); in FindThreadContextLocked()
H A Dsanitizer_file.cpp38 mu->CheckLocked(); in ReopenIfNecessary()
H A Dsanitizer_allocator_secondary.h219 mutex_.CheckLocked(); in GetBlockBeginFastLocked()
H A Dsanitizer_common.h261 static void CheckLocked() SANITIZER_CHECK_LOCKED(mutex_);
H A Dsanitizer_mac.cpp774 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/rtsan/
H A Drtsan_diagnostics.cpp83 ScopedErrorReportLock::CheckLocked(); in PrintDiagnostics()
93 ScopedErrorReportLock::CheckLocked(); in PrintErrorSummary()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.h163 CheckLocked(); in FindThreadLocked()
190 void CheckLocked() const SANITIZER_CHECK_LOCKED(live_list_mutex_) { in CheckLocked() function
191 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(); }
255 static void CheckLocked() { ScopedErrorReportLock::CheckLocked(); } 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/asan/
H A Dasan_descriptions.cpp36 asanThreadRegistry().CheckLocked(); in AsanThreadIdAndName()
41 asanThreadRegistry().CheckLocked(); in DescribeThread()
417 asanThreadRegistry().CheckLocked(); in Print()
H A Dasan_thread.cpp458 asanThreadRegistry().CheckLocked(); in FindThreadByStackAddress()
494 __asan::asanThreadRegistry().CheckLocked(); in GetAsanThreadRegistryLocked()
H A Dasan_globals.cpp165 mu_for_globals.CheckLocked(); in FindRegistrationSite()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp98 thread_registry->CheckLocked(); in GetLsanThreadRegistryLocked()
H A Dlsan_common.cpp617 global_mutex.CheckLocked(); in GetRootRegionsLocked()
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DCtxInstrProfilingTest.cpp54 CtxRoot.Taken.CheckLocked(); in TEST_F()