HomeSort by relevance Sort by last modified time
    Searched defs:logging_lock_ (Results 1 - 2 of 2) 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
420 if (this != Locks::logging_lock_) {
833 if (logging_lock_ != nullptr) {
849 DCHECK(logging_lock_ != nullptr);
    [all...]

Completed in 49 milliseconds