/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_mutex.h | 43 void CheckLocked() { in CheckLocked() function 80 void CheckLocked(); 125 void CheckLocked() { in CheckLocked() function
|
D | sanitizer_thread_registry.h | 85 void CheckLocked() { mtx_.CheckLocked(); } in CheckLocked() function
|
D | sanitizer_symbolizer_posix_libcdep.cc | 520 mu_.CheckLocked(); in SymbolizePC() 591 mu_.CheckLocked(); in SymbolizeData() 649 mu_.CheckLocked(); in SendCommand() 666 mu_.CheckLocked(); in FindModuleForAddress() 697 mu_.CheckLocked(); in FindModuleNameAndOffsetForAddress()
|
D | sanitizer_thread_registry.cc | 159 CheckLocked(); in RunCallbackForEachThreadLocked() 180 CheckLocked(); in FindThreadContextLocked()
|
D | sanitizer_mac.cc | 239 void BlockingMutex::CheckLocked() { in CheckLocked() function in __sanitizer::BlockingMutex
|
D | sanitizer_win.cc | 407 void BlockingMutex::CheckLocked() { in CheckLocked() function in __sanitizer::BlockingMutex
|
D | sanitizer_linux.cc | 463 void BlockingMutex::CheckLocked() { in CheckLocked() function in __sanitizer::BlockingMutex
|
D | sanitizer_allocator.h | 1122 mutex_.CheckLocked(); in GetBlockBeginFastLocked()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_mutex.h | 51 void CheckLocked();
|
D | tsan_rtl_report.cc | 151 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()
|
D | tsan_mutex.cc | 283 void Mutex::CheckLocked() { in CheckLocked() function in __tsan::Mutex
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | debugallocation.cc | 400 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/ |
D | debugallocation.cc | 398 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/ |
D | sanitizer_mutex_test.cc | 100 mtx->CheckLocked(); in check_locked()
|
D | sanitizer_thread_registry_test.cc | 132 registry->CheckLocked(); in TestRegistry()
|
/external/compiler-rt/lib/asan/ |
D | asan_report.cc | 301 asanThreadRegistry().CheckLocked(); in ThreadNameWithParenthesis() 469 asanThreadRegistry().CheckLocked(); in DescribeHeapAddress() 520 asanThreadRegistry().CheckLocked(); in DescribeThread()
|
D | asan_thread.cc | 287 asanThreadRegistry().CheckLocked(); in FindThreadByStackAddress()
|