Searched refs:mAllowedLogSourcesMutex (Results 1 – 2 of 2) sorted by relevance
156 std::lock_guard<std::mutex> lock(mAllowedLogSourcesMutex); in initLogSourceWhiteList()207 std::lock_guard<std::mutex> lock(mAllowedLogSourcesMutex); in dumpStates()269 std::lock_guard<std::mutex> lock(mAllowedLogSourcesMutex); in checkLogCredentials()
182 mutable std::mutex mAllowedLogSourcesMutex; variable