Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/log/
H A Dlogger.cpp115 std::lock_guard guard(loggerMutex_); in VLog()
219 std::lock_guard<std::mutex> guard(loggerMutex_); in AddOutput()
H A Dlogger.h72 std::mutex loggerMutex_; variable