Home
last modified time | relevance | path

Searched refs:logging_lock_ (Results 1 – 3 of 3) sorted by relevance

/art/runtime/base/
Dmutex.cc51 Mutex* Locks::logging_lock_ = nullptr; member in art::Locks
559 if (this != Locks::logging_lock_) { in ExclusiveUnlock()
1045 if (logging_lock_ != nullptr) { in Init()
1066 DCHECK(logging_lock_ != nullptr); in Init()
1238 DCHECK(logging_lock_ == nullptr); in Init()
1239 logging_lock_ = new Mutex("logging lock", current_lock_level, true); in Init()
Dmutex.h755 static Mutex* logging_lock_ ACQUIRED_AFTER(native_debug_interface_lock_);
/art/runtime/
Dthread_list.cc226 MutexLock mu(self, *Locks::logging_lock_); in Run()