Home
last modified time | relevance | path

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

/system/core/base/
Dlogging.cpp118 static std::mutex& LoggingLock() { in LoggingLock() function
340 std::lock_guard<std::mutex> lock(LoggingLock()); in SetLogger()
345 std::lock_guard<std::mutex> lock(LoggingLock()); in SetAborter()
430 std::lock_guard<std::mutex> lock(LoggingLock()); in ~LogMessage()