Home
last modified time | relevance | path

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

/system/core/base/
Dlogging.cpp121 static std::mutex& LoggingLock() { in LoggingLock() function
270 std::lock_guard<std::mutex> lock(LoggingLock()); in InitLogging()
316 std::lock_guard<std::mutex> lock(LoggingLock()); in SetLogger()
321 std::lock_guard<std::mutex> lock(LoggingLock()); in SetAborter()
412 std::lock_guard<std::mutex> lock(LoggingLock()); in ~LogMessage()