Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_enhance_impl.h70 std::shared_mutex mapSharedMutex_; variable
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_enhance_impl.cpp207 std::shared_lock<std::shared_mutex> readLock(pref->mapSharedMutex_); in NotifyPreferencesObserver()