Home
last modified time | relevance | path

Searched refs:snapshotMutex_ (Results 1 - 6 of 6) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb_connection.h107 mutable std::mutex snapshotMutex_; member in DistributedDB::SQLiteLocalKvDBConnection
H A Dsqlite_local_kvdb_connection.cpp289 std::lock_guard<std::mutex> lock(snapshotMutex_); in GetSnapshot()
299 std::lock_guard<std::mutex> lock(snapshotMutex_); in ReleaseSnapshot()
342 std::lock_guard<std::mutex> snapshotLock(snapshotMutex_); in PreClose()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store_connection.cpp288 std::lock_guard<std::mutex> lock(snapshotMutex_); in GetSnapshot()
301 std::lock_guard<std::mutex> lock(snapshotMutex_); in ReleaseSnapshot()
348 std::lock_guard<std::mutex> snapshotLock(snapshotMutex_); in PreClose()
H A Dmulti_ver_natural_store_connection.h118 mutable std::mutex snapshotMutex_; member in DistributedDB::MultiVerNaturalStoreConnection
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp192 std::lock_guard<std::mutex> lock(snapshotMutex_); in GetSnapshot()
2084 std::lock_guard<std::mutex> lock(session->snapshotMutex_); in SaveSnapshot()
2090 std::lock_guard<std::mutex> lock(session->snapshotMutex_); in SaveSnapshot()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h564 mutable std::mutex snapshotMutex_; member in OHOS::OHOS::OHOS::Rosen::Session

Completed in 11 milliseconds