Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_sqlite_ext.cpp393 std::mutex g_clientChangedDataMutex; variable
671 std::lock_guard<std::mutex> lock(g_clientChangedDataMutex); in CloudDataChangedObserver()
913 std::lock_guard<std::mutex> clientChangedDataLock(g_clientChangedDataMutex); in ClientObserverCallback()
1009 std::lock_guard<std::mutex> clientChangedDataLock(g_clientChangedDataMutex); in RollbackHookCallback()