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

Side by Side Diff: tools/valgrind/tsan/suppressions_win32.txt

Issue 57643003: suppress data race on media::CoreAudioUtil (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 # Reports on the guts of Windows 2 # Reports on the guts of Windows
3 { 3 {
4 UuidCreate 4 UuidCreate
5 ThreadSanitizer:Race 5 ThreadSanitizer:Race
6 ... 6 ...
7 fun:UuidCreate 7 fun:UuidCreate
8 } 8 }
9 9
10 { 10 {
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 fun:NdrPointerFree 235 fun:NdrPointerFree
236 fun:I_RpcReceive 236 fun:I_RpcReceive
237 fun:I_RpcReceive 237 fun:I_RpcReceive
238 fun:I_RpcReceive 238 fun:I_RpcReceive
239 fun:NdrRpcSsDefaultFree 239 fun:NdrRpcSsDefaultFree
240 fun:NdrRpcSsDefaultFree 240 fun:NdrRpcSsDefaultFree
241 fun:NdrOleFree 241 fun:NdrOleFree
242 fun:NdrNonEncapsulatedUnionBufferSize 242 fun:NdrNonEncapsulatedUnionBufferSize
243 fun:NdrNonEncapsulatedUnionBufferSize 243 fun:NdrNonEncapsulatedUnionBufferSize
244 } 244 }
245 {
246 bug_314654_a
247 ThreadSanitizer:Race
248 ...
249 fun:CoCreateInstanceEx
250 fun:CoCreateInstanceEx
251 fun:CoCreateInstanceEx
252 fun:CoCreateInstance
253 fun:base::win::ScopedComPtr::CreateInstance
254 fun:media::CoreAudioUtil::CreateDeviceEnumerator
255 }
256 {
257 bug_314654_b
258 ThreadSanitizer:Race
259 fun:.text
260 fun:.text
261 fun:CoSetState
262 fun:CoSetState
263 fun:CoGetComCatalog
264 fun:CoGetComCatalog
265 fun:CoGetComCatalog
266 fun:CoInitializeSecurity
267 fun:CoTaskMemFree
268 fun:CoCreateInstanceEx
269 fun:CoCreateInstanceEx
270 fun:CoCreateInstanceEx
271 fun:CoCreateInstanceEx
272 fun:CoCreateInstanceEx
273 fun:CoCreateInstance
274 fun:base::win::ScopedComPtr::CreateInstance
275 }
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