Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_descriptions.cpp30 memprofThreadRegistry().CheckLocked(); in MemprofThreadIdAndName()
45 memprofThreadRegistry().CheckLocked(); in DescribeThread()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h41 void CheckLocked() const CHECK_LOCKED() { in CheckLocked() function
284 void CheckLocked() const CHECK_LOCKED() { CheckWriteLocked(); } in CheckLocked() function
356 void CheckLocked() const CHECK_LOCKED();
403 void CheckLocked() const CHECK_LOCKED() { in CheckLocked() function
H A Dsanitizer_thread_registry.h98 void CheckLocked() const CHECK_LOCKED() { mtx_.CheckLocked(); } in CheckLocked() function
H A Dsanitizer_symbolizer_report.cpp290 void ScopedErrorReportLock::CheckLocked() { mutex_.CheckLocked(); } in CheckLocked() function in __sanitizer::ScopedErrorReportLock
H A Dsanitizer_thread_registry.cpp172 CheckLocked(); in RunCallbackForEachThreadLocked()
193 CheckLocked(); in FindThreadContextLocked()
H A Dsanitizer_symbolizer.cpp95 mu_->CheckLocked(); in GetOwnedCopy()
H A Dsanitizer_file.cpp37 mu->CheckLocked(); in ReopenIfNecessary()
H A Dsanitizer_solaris.cpp248 void BlockingMutex::CheckLocked() const { CHECK_EQ((uptr)thr_self(), owner_); } in CheckLocked() function in __sanitizer::BlockingMutex
H A Dsanitizer_win.cpp844 CheckLocked(); in Unlock()
849 void BlockingMutex::CheckLocked() const { CHECK_EQ(owner_, GetThreadSelf()); } in CheckLocked() function in __sanitizer::BlockingMutex
H A Dsanitizer_allocator_secondary.h219 mutex_.CheckLocked(); in GetBlockBeginFastLocked()
H A Dsanitizer_mac.cpp534 void BlockingMutex::CheckLocked() const { in CheckLocked() function in __sanitizer::BlockingMutex
792 syslog_lock.CheckLocked(); in WriteOneLineToSyslog()
H A Dsanitizer_fuchsia.cpp151 void BlockingMutex::CheckLocked() const { in CheckLocked() function in __sanitizer::BlockingMutex
H A Dsanitizer_common.h245 static void CheckLocked() CHECK_LOCKED(mutex_);
H A Dsanitizer_linux.cpp701 void BlockingMutex::CheckLocked() const { in CheckLocked() function in __sanitizer::BlockingMutex
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h255 static void CheckLocked() { ScopedErrorReportLock::CheckLocked(); } in CheckLocked() function
H A Dubsan_diag.cpp347 ScopedReport::CheckLocked(); in ~Diag()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp108 thread_registry->CheckLocked(); in GetThreadRegistryLocked()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp30 asanThreadRegistry().CheckLocked(); in AsanThreadIdAndName()
45 asanThreadRegistry().CheckLocked(); in DescribeThread()
414 asanThreadRegistry().CheckLocked(); in Print()
H A Dasan_thread.cpp460 asanThreadRegistry().CheckLocked(); in FindThreadByStackAddress()
522 __asan::asanThreadRegistry().CheckLocked(); in GetThreadRegistryLocked()
H A Dasan_globals.cpp98 mu_for_globals.CheckLocked(); in FindRegistrationSite()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp157 ctx->thread_registry->CheckLocked(); in ScopedReportBase()
230 ctx->thread_registry->CheckLocked(); in FindThreadByUidLocked()
237 ctx->thread_registry->CheckLocked(); in FindThreadByTidLocked()
254 ctx->thread_registry->CheckLocked(); in IsThreadStackOrTls()