HomeSort by relevance Sort by last modified time
    Searched refs:CheckLocked (Results 1 - 16 of 16) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.h 50 void CheckLocked();
tsan_rtl_report.cc 137 ctx_->thread_registry->CheckLocked();
219 ctx->thread_registry->CheckLocked();
232 ctx->thread_registry->CheckLocked();
250 ctx->thread_registry->CheckLocked();
393 ctx->thread_registry->CheckLocked();
tsan_mutex.cc 270 void Mutex::CheckLocked() {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.h 85 void CheckLocked() { mtx_.CheckLocked(); }
sanitizer_mutex.h 76 void CheckLocked();
sanitizer_thread_registry.cc 153 CheckLocked();
174 CheckLocked();
sanitizer_mac.cc 342 void BlockingMutex::CheckLocked() {
sanitizer_win.cc 341 void BlockingMutex::CheckLocked() {
sanitizer_linux.cc 504 void BlockingMutex::CheckLocked() {
  /external/compiler-rt/lib/asan/
asan_stats.cc 79 acc_stats_lock.CheckLocked();
96 acc_stats_lock.CheckLocked();
asan_report.cc 262 asanThreadRegistry().CheckLocked();
366 asanThreadRegistry().CheckLocked();
421 asanThreadRegistry().CheckLocked();
asan_thread.cc 252 asanThreadRegistry().CheckLocked();
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_mutex_test.cc 98 mtx->CheckLocked();
sanitizer_thread_registry_test.cc 130 registry->CheckLocked();
  /external/chromium_org/third_party/tcmalloc/chromium/src/
debugallocation.cc 398 CheckLocked(type);
411 void CheckLocked(int type) const {
754 CheckLocked(type);
783 FromRawPointer(ptr)->CheckLocked(*type);
795 b->CheckLocked(*type);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
debugallocation.cc 400 CheckLocked(type);
413 void CheckLocked(int type) const {
747 CheckLocked(type);
776 FromRawPointer(ptr)->CheckLocked(*type);
788 b->CheckLocked(*type);
    [all...]

Completed in 8728 milliseconds