Searched defs:CheckLocked (Results 1 - 8 of 8) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h43 void CheckLocked() { function in class:__sanitizer::StaticSpinMutex
80 void CheckLocked();
125 void CheckLocked() { function in class:__sanitizer::RWMutex
H A Dsanitizer_thread_registry.h85 void CheckLocked() { mtx_.CheckLocked(); } function in class:__sanitizer::ThreadRegistry
H A Dsanitizer_mac.cc239 void BlockingMutex::CheckLocked() { function in class:__sanitizer::BlockingMutex
H A Dsanitizer_win.cc407 void BlockingMutex::CheckLocked() { function in class:__sanitizer::BlockingMutex
H A Dsanitizer_linux.cc463 void BlockingMutex::CheckLocked() { function in class:__sanitizer::BlockingMutex
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.cc283 void Mutex::CheckLocked() { function in class:__tsan::Mutex
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddebugallocation.cc398 CheckLocked(type);
411 void CheckLocked(int type) const { function in class:MallocBlock
754 CheckLocked(type);
783 FromRawPointer(ptr)->CheckLocked(*type);
795 b->CheckLocked(*type);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Ddebugallocation.cc400 CheckLocked(type);
413 void CheckLocked(int type) const { function in class:MallocBlock
747 CheckLocked(type);
776 FromRawPointer(ptr)->CheckLocked(*type);
788 b->CheckLocked(*type);

Completed in 249 milliseconds