Searched refs:window_map_mutex_ (Results 1 – 2 of 2) sorted by relevance
152 std::unique_lock<std::mutex> window_map_lock(window_map_mutex_); in QueryRenderSurface()204 std::unique_lock<std::mutex> window_map_lock(window_map_mutex_); in DestroyRenderSurface()
66 std::mutex window_map_mutex_; variable