Searched refs:parentContainerMutex_ (Results 1 – 2 of 2) sorted by relevance
127 std::lock_guard<std::mutex> lock(parentContainerMutex_); in GetPluginParentContainerId()139 std::lock_guard<std::mutex> lock(parentContainerMutex_); in AddPluginParentContainer()148 std::lock_guard<std::mutex> lock(parentContainerMutex_); in RemovePluginParentContainer()
85 mutable std::mutex parentContainerMutex_; variable