| OLD | NEW |
| 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 23 matching lines...) Expand all Loading... |
| 34 fun:CoFreeAllLibraries | 34 fun:CoFreeAllLibraries |
| 35 } | 35 } |
| 36 | 36 |
| 37 { | 37 { |
| 38 bug_158099_mmdevice_endpoint_shutdown_too_fast | 38 bug_158099_mmdevice_endpoint_shutdown_too_fast |
| 39 ThreadSanitizer:Race | 39 ThreadSanitizer:Race |
| 40 fun:GetLocalIdFromEndpointId | 40 fun:GetLocalIdFromEndpointId |
| 41 ... | 41 ... |
| 42 } | 42 } |
| 43 | 43 |
| 44 { |
| 45 NSPStartup |
| 46 ThreadSanitizer:Race |
| 47 fun:NSPStartup |
| 48 ... |
| 49 fun:WahOpenHandleHelper |
| 50 ... |
| 51 fun:WSALookupServiceBeginW |
| 52 ... |
| 53 fun:socket |
| 54 } |
| 55 |
| 56 { |
| 57 __crtIsPackagedApp |
| 58 ThreadSanitizer:Race |
| 59 fun:__crtIsPackagedApp |
| 60 fun:_threadstartex |
| 61 fun:BaseThreadInitThunk |
| 62 } |
| 63 |
| 44 ############################ | 64 ############################ |
| 45 # Chromium | 65 # Chromium |
| 46 | 66 |
| 47 { | 67 { |
| 48 Benign race durung InitializeClock | 68 Benign race durung InitializeClock |
| 49 ThreadSanitizer:Race | 69 ThreadSanitizer:Race |
| 50 ... | 70 ... |
| 51 fun:*InitializeClock* | 71 fun:*InitializeClock* |
| 52 } | 72 } |
| 53 | 73 |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 fun:PK11_GenerateKeyPair | 318 fun:PK11_GenerateKeyPair |
| 299 fun:crypto::RSAPrivateKey::CreateWithParams | 319 fun:crypto::RSAPrivateKey::CreateWithParams |
| 300 fun:crypto::RSAPrivateKey::CreateWithParams | 320 fun:crypto::RSAPrivateKey::CreateWithParams |
| 301 fun:crypto::RSAPrivateKey::Create | 321 fun:crypto::RSAPrivateKey::Create |
| 302 fun:crypto::RSAPrivateKey::Create | 322 fun:crypto::RSAPrivateKey::Create |
| 303 fun:remoting::RsaKeyPair::Generate | 323 fun:remoting::RsaKeyPair::Generate |
| 304 fun:remoting::Me2MeNativeMessagingHost::ProcessGenerateKeyPair | 324 fun:remoting::Me2MeNativeMessagingHost::ProcessGenerateKeyPair |
| 305 fun:remoting::Me2MeNativeMessagingHost::ProcessRequest | 325 fun:remoting::Me2MeNativeMessagingHost::ProcessRequest |
| 306 fun:base::internal::RunnableAdapter::Run | 326 fun:base::internal::RunnableAdapter::Run |
| 307 } | 327 } |
| OLD | NEW |