Searched refs:mAllowedLogSourcesMutex (Results 1 – 2 of 2) sorted by relevance
128 std::lock_guard<std::mutex> lock(mAllowedLogSourcesMutex); in initLogSourceWhiteList()179 std::lock_guard<std::mutex> lock(mAllowedLogSourcesMutex); in dumpStates()293 std::lock_guard<std::mutex> lock(mAllowedLogSourcesMutex); in onLogEvent()
147 mutable std::mutex mAllowedLogSourcesMutex; variable