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

  /art/runtime/base/
mutex.cc 46 Mutex* Locks::logging_lock_ = nullptr; member in class:art::Locks
485 if (this != Locks::logging_lock_) {
    [all...]
logging.cc 209 MutexLock mu(Thread::Current(), *Locks::logging_lock_); member in class:art::Locks
mutex.h 692 static Mutex* logging_lock_ ACQUIRED_AFTER(unexpected_signal_lock_);
  /art/runtime/
thread_list.cc 204 MutexLock mu(self, *Locks::logging_lock_);
    [all...]

Completed in 105 milliseconds