Home
last modified time | relevance | path

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

/art/runtime/base/
Dlocks.cc50 Mutex* Locks::logging_lock_ = nullptr; member in art::Locks
124 if (logging_lock_ != nullptr) { in Init()
146 DCHECK(logging_lock_ != nullptr); in Init()
327 DCHECK(logging_lock_ == nullptr); in Init()
328 logging_lock_ = new Mutex("logging lock", current_lock_level, true); in Init()
Dlocks.h354 static Mutex* logging_lock_ ACQUIRED_AFTER(native_debug_interface_lock_);
Dmutex.cc497 if (this != Locks::logging_lock_) { in ExclusiveUnlock()
/art/runtime/
Dthread_list.cc228 MutexLock mu(self, *Locks::logging_lock_); in Run()