Searched refs:handleScreenMutex_ (Results 1 – 2 of 2) sorted by relevance
768 std::lock_guard<std::mutex> lock(handleScreenMutex_); in ProjectWindowListener()782 std::lock_guard<std::mutex> lock(handleScreenMutex_); in ~ProjectWindowListener()900 std::lock_guard<std::mutex> lock(handleScreenMutex_); in GetScreenWidth()910 std::lock_guard<std::mutex> lock(handleScreenMutex_); in GetScreenHeight()
110 std::mutex handleScreenMutex_; variable