Home
last modified time | relevance | path

Searched refs:activeNodesInRootMutex_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_context.cpp42 std::lock_guard<std::mutex> lock(activeNodesInRootMutex_); in AddActiveNode()
52 std::lock_guard<std::mutex> lock(activeNodesInRootMutex_); in HasActiveNode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_context.h195 std::mutex activeNodesInRootMutex_; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread.cpp127 std::lock_guard<std::mutex> lock(context_->activeNodesInRootMutex_); in RSRenderThread()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp451 std::lock_guard<std::mutex> lock(context_->activeNodesInRootMutex_); in Init()
3720 std::lock_guard<std::mutex> lock(context_->activeNodesInRootMutex_); in CheckNodeHasToBePreparedByPid()
3736 std::lock_guard<std::mutex> lock(context_->activeNodesInRootMutex_); in IsDrawingGroupChanged()
3763 std::lock_guard<std::mutex> lock(context_->activeNodesInRootMutex_); in CheckAndUpdateInstanceContentStaticStatus()