Searched refs:currentSubwindowMutex_ (Results 1 – 2 of 2) sorted by relevance
218 std::lock_guard<std::mutex> lock(currentSubwindowMutex_); in SetCurrentSubwindowName()224 std::lock_guard<std::mutex> lock(currentSubwindowMutex_); in GetCurrentSubWindowName()230 std::lock_guard<std::mutex> lock(currentSubwindowMutex_); in SetCurrentSubwindow()236 std::lock_guard<std::mutex> lock(currentSubwindowMutex_); in GetCurrentWindow()242 std::lock_guard<std::mutex> lock(currentSubwindowMutex_); in GetParentWindowRect()
170 std::mutex currentSubwindowMutex_; variable