Searched refs:mIdsInUseMutex (Results 1 – 2 of 2) sorted by relevance
51 std::mutex mIdsInUseMutex; variable52 std::set<int> mIdsInUse GUARDED_BY(mIdsInUseMutex);
33 std::lock_guard<std::mutex> lock(mIdsInUseMutex); in getId()46 std::lock_guard<std::mutex> lock(mIdsInUseMutex); in freeId()