Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/log/
H A Dlogger.cpp135 std::lock_guard<std::mutex> guard(onceMutex_); in VLogOnce()
179 std::lock_guard<std::mutex> guard(onceMutex_); in CheckOnceReset()
H A Dlogger.h77 std::mutex onceMutex_; variable