Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_descriptions.cpp30 memprofThreadRegistry().CheckLocked(); in MemprofThreadIdAndName()
45 memprofThreadRegistry().CheckLocked(); in DescribeThread()
/openbsd-src/gnu/llvm/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.cpp159 tl.CheckLocked(); in GetHwasanThreadListLocked()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_mutex_test.cpp36 mtx_->CheckLocked(); in Write()
47 mtx_->CheckLocked(); in TryWrite()
124 mtx->CheckLocked(); in check_locked()
H A Dsanitizer_thread_registry_test.cpp129 registry->CheckLocked(); in TestRegistry()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h99 void CheckLocked() const SANITIZER_CHECK_LOCKED() { mtx_.CheckLocked(); } in CheckLocked() function
H A Dsanitizer_symbolizer_report.cpp296 void ScopedErrorReportLock::CheckLocked() { mutex_.CheckLocked(); } in CheckLocked() function in __sanitizer::ScopedErrorReportLock
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.cpp107 mu_->CheckLocked(); in GetOwnedCopy()
H A Dsanitizer_thread_registry.cpp180 CheckLocked(); in RunCallbackForEachThreadLocked()
201 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.h250 static void CheckLocked() SANITIZER_CHECK_LOCKED(mutex_);
H A Dsanitizer_mac.cpp787 syslog_lock.CheckLocked(); in WriteOneLineToSyslog()
/openbsd-src/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_diag.h255 static void CheckLocked() { ScopedErrorReportLock::CheckLocked(); } in CheckLocked() function
H A Dubsan_diag.cpp345 ScopedReport::CheckLocked(); in ~Diag()
/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp87 thread_registry->CheckLocked(); in GetLsanThreadRegistryLocked()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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.cpp457 asanThreadRegistry().CheckLocked(); in FindThreadByStackAddress()
486 __asan::asanThreadRegistry().CheckLocked(); in GetAsanThreadRegistryLocked()
H A Dasan_globals.cpp98 mu_for_globals.CheckLocked(); in FindRegistrationSite()