Searched refs:savingSnapshotMutex_ (Results 1 – 2 of 2) sorted by relevance
122 std::lock_guard lock(scenePersistence->savingSnapshotMutex_); in SaveSnapshot()172 std::lock_guard lock(scenePersistence->savingSnapshotMutex_); in RenameSnapshotFromOldPersistentId()264 std::lock_guard lock(savingSnapshotMutex_); in GetLocalSnapshotPixelMap()
71 mutable std::mutex savingSnapshotMutex_; variable