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

Unified Diff: tools-webrtc/sanitizers/tsan_suppressions_webrtc.cc

Issue 2694723004: Making AsyncInvoker destructor thread-safe. (Closed)
Patch Set: Merge with master Created 3 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 | « no previous file | webrtc/base/asyncinvoker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools-webrtc/sanitizers/tsan_suppressions_webrtc.cc
diff --git a/tools-webrtc/sanitizers/tsan_suppressions_webrtc.cc b/tools-webrtc/sanitizers/tsan_suppressions_webrtc.cc
index 999a3d0e8940eead2eccd0f15fbfe0a83958dbbb..b439322a54dd410e3c256ee59960b5faf99d1d8d 100644
--- a/tools-webrtc/sanitizers/tsan_suppressions_webrtc.cc
+++ b/tools-webrtc/sanitizers/tsan_suppressions_webrtc.cc
@@ -41,12 +41,8 @@ char kTSanDefaultSuppressions[] =
// rtc_unittests
// https://code.google.com/p/webrtc/issues/detail?id=3911 for details.
-"race:rtc::AsyncInvoker::OnMessage\n"
-"race:rtc::FireAndForgetAsyncClosure<FunctorB>::Execute\n"
"race:rtc::MessageQueueManager::Clear\n"
"race:rtc::Thread::Clear\n"
-// https://code.google.com/p/webrtc/issues/detail?id=3914
-"race:rtc::AsyncInvoker::~AsyncInvoker\n"
// https://code.google.com/p/webrtc/issues/detail?id=2080
"race:webrtc/base/logging.cc\n"
"race:webrtc/base/sharedexclusivelock_unittest.cc\n"
« no previous file with comments | « no previous file | webrtc/base/asyncinvoker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698