Searched refs:genVersionMutex_ (Results 1 – 2 of 2) sorted by relevance
635 std::lock_guard<std::mutex> autoLock(genVersionMutex_); in SetGenCloudVersionCallback()642 std::lock_guard<std::mutex> autoLock(genVersionMutex_); in IsExistCloudVersionCallback()650 std::lock_guard<std::mutex> autoLock(genVersionMutex_); in GetCloudVersion()
178 mutable std::mutex genVersionMutex_; variable