Migrate logging to webrtc::Mutex.

Bug: webrtc:11567
Change-Id: I5510a29cfa560d20b1f067d772cd06ee4566ea36
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/176849
Commit-Queue: Markus Handell <handellm@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#31491}
This commit is contained in:
Markus Handell
2020-06-10 15:40:42 +02:00
committed by Commit Bot
parent 0fd1ef135c
commit de8a93599a
4 changed files with 15 additions and 11 deletions

View File

@ -36,7 +36,7 @@ rtc_library("mutex") {
":yield",
"..:checks",
"..:macromagic",
"..:platform_thread",
"..:platform_thread_types",
"../system:unused",
]
absl_deps = [ "//third_party/abseil-cpp/absl/base:core_headers" ]

View File

@ -15,7 +15,7 @@
#include "absl/base/const_init.h"
#include "rtc_base/checks.h"
#include "rtc_base/platform_thread.h"
#include "rtc_base/platform_thread_types.h"
#include "rtc_base/system/unused.h"
#include "rtc_base/thread_annotations.h"