Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_render_node_drawable.cpp630 std::lock_guard<std::mutex> lock(freezeByCaptureMutex_); in SetCacheImageByCapture()
636 std::lock_guard<std::mutex> lock(freezeByCaptureMutex_); in GetCacheImageByCapture()
644 std::lock_guard<std::mutex> lock(freezeByCaptureMutex_); in DrawCachedImage()
H A Drs_render_node_drawable.h175 mutable std::mutex freezeByCaptureMutex_; variable