Searched refs:m_readWritemutex (Results 1 – 2 of 2) sorted by relevance
69 std::lock_guard<std::mutex> lock(m_readWritemutex); in InitCellarLimitRecord()85 std::lock_guard<std::mutex> lock(m_readWritemutex); in HandleWifiConnectStateChanged()96 std::lock_guard<std::mutex> lock(m_readWritemutex); in HandleForegroundAppChangedAction()
60 std::mutex m_readWritemutex; variable