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

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

Issue 163253003: Revert 232714 "suppress data race on media::CoreAudioUtil" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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 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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 fun:base::MessageLoop::DoWork 254 fun:base::MessageLoop::DoWork
255 fun:base::MessageLoop::DoWork 255 fun:base::MessageLoop::DoWork
256 fun:base::MessagePumpDefault::Run 256 fun:base::MessagePumpDefault::Run
257 fun:base::MessageLoop::RunHandler 257 fun:base::MessageLoop::RunHandler
258 fun:base::RunLoop::Run 258 fun:base::RunLoop::Run
259 fun:net::test_server::EmbeddedTestServer::PostTaskToIOThreadAndWait 259 fun:net::test_server::EmbeddedTestServer::PostTaskToIOThreadAndWait
260 fun:net::test_server::EmbeddedTestServer::InitializeAndWaitUntilReady 260 fun:net::test_server::EmbeddedTestServer::InitializeAndWaitUntilReady
261 fun:net::test_server::EmbeddedTestServerThreadingTestDelegate::ThreadMain 261 fun:net::test_server::EmbeddedTestServerThreadingTestDelegate::ThreadMain
262 } 262 }
263 { 263 {
264 bug_314654_a
265 ThreadSanitizer:Race
266 ...
267 fun:CoCreateInstanceEx
268 fun:CoCreateInstanceEx
269 fun:CoCreateInstanceEx
270 fun:CoCreateInstance
271 fun:base::win::ScopedComPtr::CreateInstance
272 fun:media::CoreAudioUtil::CreateDeviceEnumerator
273 }
274 {
275 bug_314654_b
276 ThreadSanitizer:Race
277 fun:.text
278 fun:.text
279 fun:CoSetState
280 fun:CoSetState
281 fun:CoGetComCatalog
282 fun:CoGetComCatalog
283 fun:CoGetComCatalog
284 fun:CoInitializeSecurity
285 fun:CoTaskMemFree
286 fun:CoCreateInstanceEx
287 fun:CoCreateInstanceEx
288 fun:CoCreateInstanceEx
289 fun:CoCreateInstanceEx
290 fun:CoCreateInstanceEx
291 fun:CoCreateInstance
292 fun:base::win::ScopedComPtr::CreateInstance
293 }
294 {
295 bug_326282 264 bug_326282
296 ThreadSanitizer:Race 265 ThreadSanitizer:Race
297 ... 266 ...
298 fun:file_util::OpenFile 267 fun:file_util::OpenFile
299 fun:base::ReadFileToString 268 fun:base::ReadFileToString
300 } 269 }
301 { 270 {
302 bug_328521_a 271 bug_328521_a
303 ThreadSanitizer:Race 272 ThreadSanitizer:Race
304 fun:PR_Lock 273 fun:PR_Lock
(...skipping 24 matching lines...) Expand all
329 fun:PK11_GenerateKeyPair 298 fun:PK11_GenerateKeyPair
330 fun:crypto::RSAPrivateKey::CreateWithParams 299 fun:crypto::RSAPrivateKey::CreateWithParams
331 fun:crypto::RSAPrivateKey::CreateWithParams 300 fun:crypto::RSAPrivateKey::CreateWithParams
332 fun:crypto::RSAPrivateKey::Create 301 fun:crypto::RSAPrivateKey::Create
333 fun:crypto::RSAPrivateKey::Create 302 fun:crypto::RSAPrivateKey::Create
334 fun:remoting::RsaKeyPair::Generate 303 fun:remoting::RsaKeyPair::Generate
335 fun:remoting::Me2MeNativeMessagingHost::ProcessGenerateKeyPair 304 fun:remoting::Me2MeNativeMessagingHost::ProcessGenerateKeyPair
336 fun:remoting::Me2MeNativeMessagingHost::ProcessRequest 305 fun:remoting::Me2MeNativeMessagingHost::ProcessRequest
337 fun:base::internal::RunnableAdapter::Run 306 fun:base::internal::RunnableAdapter::Run
338 } 307 }
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