Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_single_frame_composer.cpp62 std::lock_guard<std::mutex> lock(singleFrameDrawMutex_); in SingleFrameModifierAddToList()
112 std::lock_guard<std::mutex> lock(singleFrameDrawMutex_); in SingleFrameAddModifier()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_single_frame_composer.h49 mutable std::mutex singleFrameDrawMutex_; variable