Searched refs:previewProfileMutex_ (Results 1 – 2 of 2) sorted by relevance
157 std::lock_guard<std::mutex> lock(previewProfileMutex_); in SetPreviewProfile()163 std::lock_guard<std::mutex> lock(previewProfileMutex_); in GetPreviewProfile()194 std::lock_guard<std::mutex> lock(previewProfileMutex_); in ClearProfiles()
170 std::mutex previewProfileMutex_; variable