Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_render_node_drawable_adapter.cpp58 std::lock_guard<std::mutex> lock(cacheMapMutex_); in GetDrawableById()
71 std::lock_guard<std::mutex> lock(cacheMapMutex_); in GetDrawableVectorById()
99 std::lock_guard<std::mutex> lock(cacheMapMutex_); in OnGenerate()
122 std::lock_guard<std::mutex> lock(cacheMapMutex_); in OnGenerate()
564 std::lock_guard<std::mutex> lock(cacheMapMutex_); in RemoveDrawableFromCache()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_render_node_drawable_adapter.h319 static inline std::mutex cacheMapMutex_; variable