Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
Dthermal-helper.h130 mutable std::shared_mutex sensor_status_map_mutex_; variable
Dthermal-helper.cpp309 std::shared_lock<std::shared_mutex> _lock(sensor_status_map_mutex_); in readTemperature()
604 std::unique_lock<std::shared_mutex> _lock(sensor_status_map_mutex_); in thermalWatcherCallbackFunc()