Searched refs:photoProfileMutex_ (Results 1 – 2 of 2) sorted by relevance
145 std::lock_guard<std::mutex> lock(photoProfileMutex_); in SetPhotoProfile()151 std::lock_guard<std::mutex> lock(photoProfileMutex_); in GetPhotoProfile()198 std::lock_guard<std::mutex> lock(photoProfileMutex_); in ClearProfiles()
168 std::mutex photoProfileMutex_; variable