Home
last modified time | relevance | path

Searched defs:logging_lock_ (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/libartbase/base/
H A Dlogging.cc99 static std::mutex* logging_lock_ = new std::mutex(); in InitLogging() local
/aosp12/art/runtime/base/
H A Dlocks.cc50 Mutex* Locks::logging_lock_ = nullptr; member in art::Locks