Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Unified Diff: webrtc/rtc_base/task_queue_win.cc

Issue 3012853002: Update thread annotiation macros to use RTC_ prefix (Closed)
Patch Set: Rebase Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/pc/videotrack.h ('k') | webrtc/rtc_tools/network_tester/packet_sender.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/task_queue_win.cc
diff --git a/webrtc/rtc_base/task_queue_win.cc b/webrtc/rtc_base/task_queue_win.cc
index 00a8c79827573b7fde17d894879763430bce5c3c..6ff64c0789c1ab5bd2002babed12fe9bb8fe59a5 100644
--- a/webrtc/rtc_base/task_queue_win.cc
+++ b/webrtc/rtc_base/task_queue_win.cc
@@ -236,7 +236,8 @@ class TaskQueue::Impl : public RefCountInterface {
TaskQueue* const queue_;
WorkerThread thread_;
rtc::CriticalSection pending_lock_;
- std::queue<std::unique_ptr<QueuedTask>> pending_ GUARDED_BY(pending_lock_);
+ std::queue<std::unique_ptr<QueuedTask>> pending_
+ RTC_GUARDED_BY(pending_lock_);
HANDLE in_queue_;
};
« no previous file with comments | « webrtc/pc/videotrack.h ('k') | webrtc/rtc_tools/network_tester/packet_sender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698