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

Unified Diff: tools/valgrind/tsan/suppressions_win32.txt

Issue 7747004: TSan suppressions for libavcodec on Win (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/tsan/suppressions_win32.txt
diff --git a/tools/valgrind/tsan/suppressions_win32.txt b/tools/valgrind/tsan/suppressions_win32.txt
index d2be46851ce88bf3f69e71b310fde2f52edd9dca..11889decb2ab9f9ba514fe9e1394f3d798628b38 100644
--- a/tools/valgrind/tsan/suppressions_win32.txt
+++ b/tools/valgrind/tsan/suppressions_win32.txt
@@ -71,3 +71,38 @@
fun:MessageLoop::PostDelayedTask
fun:net::internal::ClientSocketPoolBaseHelper::Group::StartBackupSocketTimer
}
+{
+ bug_93932a
+ ThreadSanitizer:Race
+ fun:avcodec_default_release_buffer
+ fun:ff_mpeg4video_split
+}
+{
+ bug_93932b
+ ThreadSanitizer:Race
+ ...
+ fun:ff_mpeg4video_split
+ fun:avcodec_close
+ fun:media::FFmpegVideoDecodeEngine::~FFmpegVideoDecodeEngine
+}
+{
+ bug_93932c
+ ThreadSanitizer:Race
+ ...
+ fun:ff_thread_decode_frame
+ fun:avcodec_decode_video2
+ fun:media::FFmpegVideoDecodeEngine::DecodeFrame
+}
+{
+ bug_93932d
+ ThreadSanitizer:Race
+ fun:memcpy
+ fun:media::CopyPlane
+}
+{
+ bug_93932e
+ ThreadSanitizer:Race
+ ...
+ fun:ff_thread_finish_setup
+ fun:ptw32_threadStart@4
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698