Searched refs:wantsInfosMutex_ (Results 1 – 2 of 2) sorted by relevance
53 std::lock_guard<std::mutex> lock(wantsInfosMutex_); in SetAllWantsInfos()116 std::lock_guard<std::mutex> lock(wantsInfosMutex_); in GetAllWantsInfos()148 std::lock_guard<std::mutex> lock(wantsInfosMutex_); in GetAllBundleNames()
73 std::mutex wantsInfosMutex_; variable