Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_rcd_render_manager.cpp78 std::lock_guard<std::mutex> lock(bottomNodeMapMut_); in RemoveRcdResource()
100 std::lock_guard<std::mutex> lock(bottomNodeMapMut_); in CheckRenderTargetNode()
127 std::lock_guard<std::mutex> lock(bottomNodeMapMut_); in GetBottomSurfaceNode()
152 std::lock_guard<std::mutex> lock(bottomNodeMapMut_); in GetBottomRenderNode()
H A Drs_rcd_render_manager.h81 std::mutex bottomNodeMapMut_; variable