Searched refs:kvStorePtrMutex_ (Results 1 – 4 of 4) sorted by relevance
73 std::lock_guard<std::mutex> lock(kvStorePtrMutex_); in CheckKvStore()161 std::lock_guard<std::mutex> lock(kvStorePtrMutex_); in RemoveValueFromKvStore()194 std::lock_guard<std::mutex> lock(kvStorePtrMutex_); in GetEntries()209 std::lock_guard<std::mutex> lock(kvStorePtrMutex_); in DeleteKvStore()277 std::lock_guard<std::mutex> lock(kvStorePtrMutex_); in PutValueToKvStore()304 std::lock_guard<std::mutex> lock(kvStorePtrMutex_); in GetValueFromKvStore()
45 std::lock_guard<std::mutex> lock(kvStorePtrMutex_); in SaveEntries()
53 mutable std::mutex kvStorePtrMutex_; variable
115 std::lock_guard<std::mutex> lock(kvStorePtrMutex_); in SaveEntries()