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

  /art/runtime/
locks.cc 27 Mutex* Locks::logging_lock_ = NULL; member in class:art::Locks
36 if (logging_lock_ != NULL) {
42 DCHECK(logging_lock_ != NULL);
49 logging_lock_ = new Mutex("logging lock", kLoggingLock, true);
  /art/runtime/base/
logging.cc 140 MutexLock mu(Thread::Current(), *Locks::logging_lock_); member in class:art::Locks

Completed in 31 milliseconds