Home
last modified time | relevance | path

Searched refs:parentContainerMutex_ (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/engine/flutter/lib/ui/
Dui_dart_state.cc127 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()
Dui_dart_state.h85 mutable std::mutex parentContainerMutex_; variable