Searched refs:windowIdMapMutex_ (Results 1 – 2 of 2) sorted by relevance
74 std::lock_guard<std::mutex> dataLock(windowIdMapMutex_); in CreateWindow()85 std::lock_guard<std::mutex> dataLock(windowIdMapMutex_); in ShowWindow()109 std::lock_guard<std::mutex> dataLock(windowIdMapMutex_); in HideWindow()133 std::lock_guard<std::mutex> dataLock(windowIdMapMutex_); in MoveWindow()157 std::lock_guard<std::mutex> dataLock(windowIdMapMutex_); in RemoveWindow()185 std::lock_guard<std::mutex> dataLock(windowIdMapMutex_); in DestroyAllWindow()
51 std::mutex windowIdMapMutex_; variable