OLD | NEW |
1 ############################ | 1 ############################ |
2 # Chromium | 2 # Chromium |
3 | 3 |
4 { | 4 { |
5 bug_23433 | 5 bug_23433 |
6 ThreadSanitizer:Race | 6 ThreadSanitizer:Race |
7 fun:*logging*SetMinLogLevel* | 7 fun:*logging*SetMinLogLevel* |
8 } | 8 } |
9 | 9 |
10 { | 10 { |
(...skipping 20 matching lines...) Expand all Loading... |
31 ThreadSanitizer:Race | 31 ThreadSanitizer:Race |
32 fun:*media*PipelineImpl*InitializeTask* | 32 fun:*media*PipelineImpl*InitializeTask* |
33 } | 33 } |
34 | 34 |
35 { | 35 { |
36 bug_46642b | 36 bug_46642b |
37 ThreadSanitizer:Race | 37 ThreadSanitizer:Race |
38 fun:*media*PipelineImpl*GetCurrentTime* | 38 fun:*media*PipelineImpl*GetCurrentTime* |
39 } | 39 } |
40 | 40 |
| 41 { |
| 42 bug_46672 |
| 43 ThreadSanitizer:Race |
| 44 fun:*std*set_new_handler* |
| 45 fun:*sk_malloc_flags* |
| 46 fun:*SkBitmap*HeapAllocator*allocPixelRef* |
| 47 fun:*SkBitmap**allocPixels* |
| 48 } |
| 49 |
41 ############################ | 50 ############################ |
42 # Real races in third_party | 51 # Real races in third_party |
43 { | 52 { |
44 bug_23244 (libevent) | 53 bug_23244 (libevent) |
45 ThreadSanitizer:Race | 54 ThreadSanitizer:Race |
46 fun:event_* | 55 fun:event_* |
47 fun:event_* | 56 fun:event_* |
48 } | 57 } |
49 | 58 |
50 { | 59 { |
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
287 ThreadSanitizer:Race | 296 ThreadSanitizer:Race |
288 ... | 297 ... |
289 fun:gethostbyname2_r* | 298 fun:gethostbyname2_r* |
290 } | 299 } |
291 | 300 |
292 { | 301 { |
293 Benign race in nss (PR_EnterMonitor) | 302 Benign race in nss (PR_EnterMonitor) |
294 ThreadSanitizer:Race | 303 ThreadSanitizer:Race |
295 fun:PR_EnterMonitor | 304 fun:PR_EnterMonitor |
296 } | 305 } |
OLD | NEW |