Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/utils/
H A Dlogger.cpp212 std::lock_guard<std::mutex> lock(scopeMutex_); in EnterScope()
218 std::lock_guard<std::mutex> lock(scopeMutex_); in ExitScope()
243 std::lock_guard<std::mutex> lock(scopeMutex_); in Logger()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/utils/
H A Dlogger.h103 static inline std::mutex scopeMutex_; variable