Searched refs:mAllowedLogSourcesMutex (Results 1 – 2 of 2) sorted by relevance
276 std::lock_guard<std::mutex> lock(mAllowedLogSourcesMutex); in initAllowedLogSources()292 std::lock_guard<std::mutex> lock(mAllowedLogSourcesMutex); in initPullAtomSources()377 std::lock_guard<std::mutex> lock(mAllowedLogSourcesMutex); in getPullAtomUids()390 std::lock_guard<std::mutex> lock(mAllowedLogSourcesMutex); in dumpStates()454 std::lock_guard<std::mutex> lock(mAllowedLogSourcesMutex); in checkLogCredentials()
194 mutable std::mutex mAllowedLogSourcesMutex; variable