Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dsync_able_kvdb.h169 mutable std::shared_mutex notifyChainLock_; variable
H A Dsync_able_kvdb.cpp392 std::unique_lock<std::shared_mutex> lock(notifyChainLock_); in AddRemotePushFinishedNotify()
416 std::shared_lock<std::shared_mutex> lock(notifyChainLock_); in NotifyRemotePushFinishedInner()