Searched refs:surfaceMapMutex_ (Results 1 – 2 of 2) sorted by relevance
38 std::lock_guard<std::mutex> dataLock(surfaceMapMutex_); in AddWindow()48 std::lock_guard<std::mutex> dataLock(surfaceMapMutex_); in ShowWindow()67 std::lock_guard<std::mutex> dataLock(surfaceMapMutex_); in HideWindow()86 std::lock_guard<std::mutex> dataLock(surfaceMapMutex_); in MoveWindow()106 std::lock_guard<std::mutex> dataLock(surfaceMapMutex_); in GetSurface()121 std::lock_guard<std::mutex> dataLock(surfaceMapMutex_); in RemoveWindow()146 std::lock_guard<std::mutex> dataLock(surfaceMapMutex_); in DestroyAllWindow()
50 std::mutex surfaceMapMutex_; variable