Searched refs:sensor_status_map_mutex_ (Results 1 – 2 of 2) sorted by relevance
153 std::shared_lock<std::shared_mutex> _lock(sensor_status_map_mutex_); in GetSensorStatusMap()224 mutable std::shared_mutex sensor_status_map_mutex_; variable
519 std::shared_lock<std::shared_mutex> _lock(sensor_status_map_mutex_); in readTemperature()1234 std::unique_lock<std::shared_mutex> _lock(sensor_status_map_mutex_); in thermalWatcherCallbackFunc()1359 std::lock_guard<std::shared_mutex> lock(sensor_status_map_mutex_); in sendPowerExtHint()