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

  /art/runtime/base/
logging.cc 144 MutexLock mu(Thread::Current(), *Locks::logging_lock_); member in class:art::Locks
mutex.cc 42 Mutex* Locks::logging_lock_ = nullptr; member in class:art::Locks
428 if (this != Locks::logging_lock_) {
847 if (logging_lock_ != nullptr) {
863 DCHECK(logging_lock_ != nullptr);
    [all...]
mutex.h 635 static Mutex* logging_lock_ ACQUIRED_AFTER(unexpected_signal_lock_);

Completed in 65 milliseconds