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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ############################ 1 ############################
2 # Chromium 2 # Chromium
3 3
4 { 4 {
5 Benign race durung InitializeClock 5 Benign race durung InitializeClock
6 ThreadSanitizer:Race 6 ThreadSanitizer:Race
7 ... 7 ...
8 fun:*InitializeClock* 8 fun:*InitializeClock*
9 } 9 }
10 10
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 ... 64 ...
65 fun:NetTestSuite::InitializeTestThread 65 fun:NetTestSuite::InitializeTestThread
66 } 66 }
67 { 67 {
68 bug_81793b 68 bug_81793b
69 ThreadSanitizer:Race 69 ThreadSanitizer:Race
70 fun:MessageLoop::CalculateDelayedRuntime 70 fun:MessageLoop::CalculateDelayedRuntime
71 fun:MessageLoop::PostDelayedTask 71 fun:MessageLoop::PostDelayedTask
72 fun:net::internal::ClientSocketPoolBaseHelper::Group::StartBackupSocketTimer 72 fun:net::internal::ClientSocketPoolBaseHelper::Group::StartBackupSocketTimer
73 } 73 }
74 {
75 bug_93932a
76 ThreadSanitizer:Race
77 fun:avcodec_default_release_buffer
78 fun:ff_mpeg4video_split
79 }
80 {
81 bug_93932b
82 ThreadSanitizer:Race
83 ...
84 fun:ff_mpeg4video_split
85 fun:avcodec_close
86 fun:media::FFmpegVideoDecodeEngine::~FFmpegVideoDecodeEngine
87 }
88 {
89 bug_93932c
90 ThreadSanitizer:Race
91 ...
92 fun:ff_thread_decode_frame
93 fun:avcodec_decode_video2
94 fun:media::FFmpegVideoDecodeEngine::DecodeFrame
95 }
96 {
97 bug_93932d
98 ThreadSanitizer:Race
99 fun:memcpy
100 fun:media::CopyPlane
101 }
102 {
103 bug_93932e
104 ThreadSanitizer:Race
105 ...
106 fun:ff_thread_finish_setup
107 fun:ptw32_threadStart@4
108 }
OLDNEW
« 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