Searched refs:sensor_status_map_mutex_ (Results 1 – 2 of 2) sorted by relevance
426 std::lock_guard<std::shared_mutex> _lock(sensor_status_map_mutex_); in emulTemp()451 std::lock_guard<std::shared_mutex> _lock(sensor_status_map_mutex_); in emulSeverity()483 std::lock_guard<std::shared_mutex> _lock(sensor_status_map_mutex_); in emulClear()564 std::unique_lock<std::shared_mutex> _lock(sensor_status_map_mutex_); in readTemperature()1284 std::shared_lock<std::shared_mutex> _lock(sensor_status_map_mutex_); in readThermalSensor()1403 std::unique_lock<std::shared_mutex> _lock(sensor_status_map_mutex_); in readThermalSensor()1425 std::unique_lock<std::shared_mutex> _lock(sensor_status_map_mutex_); in thermalWatcherCallbackFunc()1502 std::lock_guard<std::shared_mutex> _lock(sensor_status_map_mutex_); in thermalWatcherCallbackFunc()1539 std::unique_lock<std::shared_mutex> _lock(sensor_status_map_mutex_); in thermalWatcherCallbackFunc()
164 std::shared_lock<std::shared_mutex> _lock(sensor_status_map_mutex_); in GetSensorStatusMap()247 mutable std::shared_mutex sensor_status_map_mutex_; variable