Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Druntime_context_impl.h264 mutable std::mutex subscribeRecorderMutex_; variable
H A Druntime_context_impl.cpp905 std::lock_guard<std::mutex> autoLock(subscribeRecorderMutex_); in GetSubscribeRecorder()