Searched refs:bundleStateMutex_ (Results 1 – 2 of 2) sorted by relevance
96 std::lock_guard<std::mutex> lock(bundleStateMutex_); in LoadAllBundleStateData()158 std::lock_guard<std::mutex> lock(bundleStateMutex_); in SaveBundleStateStorage()191 std::lock_guard<std::mutex> lock(bundleStateMutex_); in GetBundleStateStorage()217 std::lock_guard<std::mutex> lock(bundleStateMutex_); in DeleteBundleState()
73 mutable std::mutex bundleStateMutex_; variable