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

Unified Diff: webrtc/base/thread.cc

Issue 1714463003: Revert of Prevent data race in MessageQueue. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 10 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/base/messagequeue.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/thread.cc
diff --git a/webrtc/base/thread.cc b/webrtc/base/thread.cc
index dc8ccdfd4dd1dafd958f487450e254bb7b901693..cda4ba475c8b6bfebd80fe994c518f4b55d3e666 100644
--- a/webrtc/base/thread.cc
+++ b/webrtc/base/thread.cc
@@ -353,7 +353,8 @@
}
// Wait for a reply
- WakeUpSocketServer();
+
+ ss_->WakeUp();
bool waited = false;
crit_.Enter();
« no previous file with comments | « webrtc/base/messagequeue.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698