Searched refs:cachedPixelMapMutex_ (Results 1 – 2 of 2) sorted by relevance
272 std::lock_guard<ffrt::mutex> lock(cachedPixelMapMutex_); in GetCachedSnapshot()283 std::lock_guard<ffrt::mutex> lock(cachedPixelMapMutex_); in SaveCachedSnapshot()294 std::lock_guard<ffrt::mutex> lock(cachedPixelMapMutex_); in DeleteCachedSnapshot()
135 ffrt::mutex cachedPixelMapMutex_; variable