Home
last modified time | relevance | path

Searched refs:topNodeMapMut_ (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.cpp74 std::lock_guard<std::mutex> lock(topNodeMapMut_); in RemoveRcdResource()
94 std::lock_guard<std::mutex> lock(topNodeMapMut_); in CheckRenderTargetNode()
117 std::lock_guard<std::mutex> lock(topNodeMapMut_); in GetTopSurfaceNode()
137 std::lock_guard<std::mutex> lock(topNodeMapMut_); in GetTopRenderNode()
H A Drs_rcd_render_manager.h80 std::mutex topNodeMapMut_; variable