Source release 17.1.0

This commit is contained in:
John "Juce" Bruce
2022-07-07 17:14:31 -07:00
parent 8c17574083
commit 694cf6fb25
2233 changed files with 272026 additions and 223371 deletions

View File

@@ -1,6 +1,11 @@
// Copyright 2019 Google LLC. All Rights Reserved. This file and proprietary
// source code may only be used and distributed under the Widevine Master
// License Agreement.
// source code may only be used and distributed under the Widevine License
// Agreement.
#include "rw_lock.h"
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include <atomic>
#include <chrono>
@@ -9,14 +14,9 @@
#include <mutex>
#include <thread>
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "rw_lock.h"
using std::this_thread::sleep_for;
namespace wvcdm {
namespace wvutil {
namespace {
@@ -290,4 +290,4 @@ TEST(SharedMutexUnitTests, LargeVolumeOfThreadsSortsItselfOutEventually) {
}
}
} // namespace wvcdm
} // namespace wvutil