Home
last modified time | relevance | path

Searched refs:thermal_throttling_status_map_mutex_ (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/thermal/utils/
Dthermal_throttling.h75 std::shared_lock<std::shared_mutex> _lock(thermal_throttling_status_map_mutex_); in GetThermalThrottlingStatusMap()
137 mutable std::shared_mutex thermal_throttling_status_map_mutex_; variable
Dthermal_throttling.cpp87 std::unique_lock<std::shared_mutex> _lock(thermal_throttling_status_map_mutex_); in clearThrottlingData()
372 std::unique_lock<std::shared_mutex> _lock(thermal_throttling_status_map_mutex_); in allocatePowerToCdev()
593 std::unique_lock<std::shared_mutex> _lock(thermal_throttling_status_map_mutex_); in updateCdevRequestByPower()
613 std::unique_lock<std::shared_mutex> _lock(thermal_throttling_status_map_mutex_); in updateCdevRequestBySeverity()
643 std::unique_lock<std::shared_mutex> _lock(thermal_throttling_status_map_mutex_); in throttlingReleaseUpdate()
777 std::unique_lock<std::shared_mutex> _lock(thermal_throttling_status_map_mutex_); in computeCoolingDevicesRequest()