Searched refs:mConnectionMutex (Results 1 – 2 of 2) sorted by relevance
211 std::lock_guard lck(mConnectionMutex); in StartPropertyValuesStream()228 std::shared_lock read_lock(mConnectionMutex); in OnVehiclePropChange()241 std::unique_lock write_lock(mConnectionMutex); in OnVehiclePropChange()265 std::shared_lock read_lock(mConnectionMutex); in Shutdown()
123 std::shared_mutex mConnectionMutex; variable