Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_mutex.h43 void CheckLocked() { in CheckLocked() function
80 void CheckLocked();
125 void CheckLocked() { in CheckLocked() function
Dsanitizer_thread_registry.h85 void CheckLocked() { mtx_.CheckLocked(); } in CheckLocked() function
Dsanitizer_symbolizer_posix_libcdep.cc520 mu_.CheckLocked(); in SymbolizePC()
591 mu_.CheckLocked(); in SymbolizeData()
649 mu_.CheckLocked(); in SendCommand()
666 mu_.CheckLocked(); in FindModuleForAddress()
697 mu_.CheckLocked(); in FindModuleNameAndOffsetForAddress()
Dsanitizer_thread_registry.cc159 CheckLocked(); in RunCallbackForEachThreadLocked()
180 CheckLocked(); in FindThreadContextLocked()
Dsanitizer_mac.cc239 void BlockingMutex::CheckLocked() { in CheckLocked() function in __sanitizer::BlockingMutex
Dsanitizer_win.cc407 void BlockingMutex::CheckLocked() { in CheckLocked() function in __sanitizer::BlockingMutex
Dsanitizer_linux.cc463 void BlockingMutex::CheckLocked() { in CheckLocked() function in __sanitizer::BlockingMutex
Dsanitizer_allocator.h1122 mutex_.CheckLocked(); in GetBlockBeginFastLocked()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutex.h51 void CheckLocked();
Dtsan_rtl_report.cc151 ctx->thread_registry->CheckLocked(); in ScopedReport()
217 ctx->thread_registry->CheckLocked(); in FindThreadByUidLocked()
229 ctx->thread_registry->CheckLocked(); in FindThreadByTidLocked()
246 ctx->thread_registry->CheckLocked(); in IsThreadStackOrTls()
394 ctx->thread_registry->CheckLocked(); in RestoreStack()
Dtsan_mutex.cc283 void Mutex::CheckLocked() { in CheckLocked() function in __tsan::Mutex
/external/chromium_org/third_party/tcmalloc/vendor/src/
Ddebugallocation.cc400 CheckLocked(type); in CheckAndClear()
413 void CheckLocked(int type) const { in CheckLocked() function in MallocBlock
747 CheckLocked(type); in Check()
776 FromRawPointer(ptr)->CheckLocked(*type); in CheckCallback()
788 b->CheckLocked(*type); in StatsCallback()
/external/chromium_org/third_party/tcmalloc/chromium/src/
Ddebugallocation.cc398 CheckLocked(type); in CheckAndClear()
411 void CheckLocked(int type) const { in CheckLocked() function in MallocBlock
754 CheckLocked(type); in Check()
783 FromRawPointer(ptr)->CheckLocked(*type); in CheckCallback()
795 b->CheckLocked(*type); in StatsCallback()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_mutex_test.cc100 mtx->CheckLocked(); in check_locked()
Dsanitizer_thread_registry_test.cc132 registry->CheckLocked(); in TestRegistry()
/external/compiler-rt/lib/asan/
Dasan_report.cc301 asanThreadRegistry().CheckLocked(); in ThreadNameWithParenthesis()
469 asanThreadRegistry().CheckLocked(); in DescribeHeapAddress()
520 asanThreadRegistry().CheckLocked(); in DescribeThread()
Dasan_thread.cc287 asanThreadRegistry().CheckLocked(); in FindThreadByStackAddress()