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

Unified Diff: base/debug/tsan_suppressions.cc

Issue 348843004: Fix potential deadlock situation for ChromeOS sounds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove suppressions. Created 6 years, 6 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 | media/audio/sounds/audio_stream_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/debug/tsan_suppressions.cc
diff --git a/base/debug/tsan_suppressions.cc b/base/debug/tsan_suppressions.cc
index 8cf79fc7488c77d7c86e8bcaa16d78d8dd8bfd7e..70ce21ee563c3070c7626660b08261d3e963286d 100644
--- a/base/debug/tsan_suppressions.cc
+++ b/base/debug/tsan_suppressions.cc
@@ -281,8 +281,6 @@ char kTSanDefaultSuppressions[] =
// http://crbug.com/374135
"race:media::AlsaWrapper::PcmWritei\n"
-"deadlock:media::AudioOutputDispatcherImpl::StopStream\n"
-"deadlock:media::AudioStreamHandler::AudioStreamContainer::OnMoreData\n"
// False positive in libc's tzset_internal, http://crbug.com/379738.
"race:tzset_internal\n"
« no previous file with comments | « no previous file | media/audio/sounds/audio_stream_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698