| /llvm-project-15.0.7/compiler-rt/lib/memprof/ |
| H A D | memprof_descriptions.cpp | 30 memprofThreadRegistry().CheckLocked(); in MemprofThreadIdAndName() 45 memprofThreadRegistry().CheckLocked(); in DescribeThread()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_mutex_test.cpp | 36 mtx_->CheckLocked(); in Write() 47 mtx_->CheckLocked(); in TryWrite() 124 mtx->CheckLocked(); in check_locked()
|
| H A D | sanitizer_thread_registry_test.cpp | 129 registry->CheckLocked(); in TestRegistry()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_thread_registry.h | 99 void CheckLocked() const SANITIZER_CHECK_LOCKED() { mtx_.CheckLocked(); } in CheckLocked() function
|
| H A D | sanitizer_symbolizer_report.cpp | 296 void ScopedErrorReportLock::CheckLocked() { mutex_.CheckLocked(); } in CheckLocked() function in __sanitizer::ScopedErrorReportLock
|
| H A D | sanitizer_mutex.h | 43 void CheckLocked() const SANITIZER_CHECK_LOCKED() { in CheckLocked() function 320 void CheckLocked() const SANITIZER_CHECK_LOCKED() { CheckWriteLocked(); } in CheckLocked() function
|
| H A D | sanitizer_symbolizer.cpp | 107 mu_->CheckLocked(); in GetOwnedCopy()
|
| H A D | sanitizer_thread_registry.cpp | 180 CheckLocked(); in RunCallbackForEachThreadLocked() 201 CheckLocked(); in FindThreadContextLocked()
|
| H A D | sanitizer_file.cpp | 38 mu->CheckLocked(); in ReopenIfNecessary()
|
| H A D | sanitizer_allocator_secondary.h | 219 mutex_.CheckLocked(); in GetBlockBeginFastLocked()
|
| H A D | sanitizer_common.h | 250 static void CheckLocked() SANITIZER_CHECK_LOCKED(mutex_);
|
| H A D | sanitizer_mac.cpp | 787 syslog_lock.CheckLocked(); in WriteOneLineToSyslog()
|
| /llvm-project-15.0.7/compiler-rt/lib/ubsan/ |
| H A D | ubsan_diag.h | 255 static void CheckLocked() { ScopedErrorReportLock::CheckLocked(); } in CheckLocked() function
|
| H A D | ubsan_diag.cpp | 345 ScopedReport::CheckLocked(); in ~Diag()
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | lock.h | 59 void CheckLocked(const Terminator &terminator) { in CheckLocked() function
|
| /llvm-project-15.0.7/compiler-rt/lib/lsan/ |
| H A D | lsan_thread.cpp | 86 thread_registry->CheckLocked(); in GetThreadRegistryLocked()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_report.cpp | 159 ctx->thread_registry.CheckLocked(); in ScopedReportBase() 227 ctx->thread_registry.CheckLocked(); in FindThreadByTidLocked() 244 ctx->thread_registry.CheckLocked(); in IsThreadStackOrTls() 442 ctx->slot_mtx.CheckLocked(); // needed to prevent trace part recycling in RestoreStack() 443 ctx->thread_registry.CheckLocked(); in RestoreStack() 447 slot->mtx.CheckLocked(); in RestoreStack()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_rtl_report.cpp | 159 ctx->thread_registry.CheckLocked(); in ScopedReportBase() 228 ctx->thread_registry.CheckLocked(); in FindThreadByUidLocked() 235 ctx->thread_registry.CheckLocked(); in FindThreadByTidLocked() 252 ctx->thread_registry.CheckLocked(); in IsThreadStackOrTls() 544 ctx->slot_mtx.CheckLocked(); // needed to prevent trace part recycling in RestoreStack() 545 ctx->thread_registry.CheckLocked(); in RestoreStack()
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_descriptions.cpp | 30 asanThreadRegistry().CheckLocked(); in AsanThreadIdAndName() 45 asanThreadRegistry().CheckLocked(); in DescribeThread() 415 asanThreadRegistry().CheckLocked(); in Print()
|
| H A D | asan_thread.cpp | 457 asanThreadRegistry().CheckLocked(); in FindThreadByStackAddress() 519 __asan::asanThreadRegistry().CheckLocked(); in GetThreadRegistryLocked()
|
| H A D | asan_globals.cpp | 98 mu_for_globals.CheckLocked(); in FindRegistrationSite()
|