Searched refs:sysPropMutex_ (Results 1 – 2 of 2) sorted by relevance
244 sysPropMutex_[item.second]; in AddAllSysPropWatchers()277 std::shared_lock lock(sysPropMutex_[propkey]); in DispatchAllWatcherInfo()297 std::unique_lock lock(sysPropMutex_[key]); in AttachSysPropObserver()315 std::unique_lock lock(sysPropMutex_[key]); in DetachSysPropObserver()
98 std::unordered_map<PropertiesKey, std::shared_mutex> sysPropMutex_; variable