OLD | NEW |
1 ############################ | 1 ############################ |
2 # Chromium | 2 # Chromium |
3 | 3 |
4 { | 4 { |
5 bug_21259 | 5 bug_21259 |
6 ThreadSanitizer:Race | 6 ThreadSanitizer:Race |
7 ... | 7 ... |
8 fun:*tracked_objects*ThreadData*StartTracking* | 8 fun:*tracked_objects*ThreadData*StartTracking* |
9 } | 9 } |
10 | 10 |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 fun:*IPC*SyncMessageC*E* | 48 fun:*IPC*SyncMessageC*E* |
49 } | 49 } |
50 | 50 |
51 { | 51 { |
52 bug_23433 | 52 bug_23433 |
53 ThreadSanitizer:Race | 53 ThreadSanitizer:Race |
54 fun:*logging*SetMinLogLevel* | 54 fun:*logging*SetMinLogLevel* |
55 } | 55 } |
56 | 56 |
57 { | 57 { |
58 bug_24307 | |
59 ThreadSanitizer:Race | |
60 fun:*RefCounted*disk_cache*File* | |
61 } | |
62 | |
63 { | |
64 bug_24419 | 58 bug_24419 |
65 ThreadSanitizer:Race | 59 ThreadSanitizer:Race |
66 fun:*BrowserProcessImpl*nspector*iles* | 60 fun:*BrowserProcessImpl*nspector*iles* |
67 } | 61 } |
68 | 62 |
69 { | 63 { |
70 bug_24715 | 64 bug_24715 |
71 ThreadSanitizer:Race | 65 ThreadSanitizer:Race |
72 fun:*base*internal*WeakReference* | 66 fun:*base*internal*WeakReference* |
73 ... | 67 ... |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 fun:tzset* | 221 fun:tzset* |
228 } | 222 } |
229 | 223 |
230 # Benign race in thread-safe function | 224 # Benign race in thread-safe function |
231 { | 225 { |
232 fun:mkstemp* | 226 fun:mkstemp* |
233 ThreadSanitizer:Race | 227 ThreadSanitizer:Race |
234 ... | 228 ... |
235 fun:mkstemp* | 229 fun:mkstemp* |
236 } | 230 } |
OLD | NEW |