OLD | NEW |
1 ############################ | 1 ############################ |
2 # Chromium | 2 # Chromium |
3 | 3 |
4 { | 4 { |
5 bug_15147 | 5 bug_15147 |
6 ThreadSanitizer:Race | 6 ThreadSanitizer:Race |
7 ... | 7 ... |
8 fun:*URLRequestJobTracker* | 8 fun:*URLRequestJobTracker* |
9 } | 9 } |
10 | 10 |
11 { | 11 { |
12 bug_21259 | 12 bug_21259 |
13 ThreadSanitizer:Race | 13 ThreadSanitizer:Race |
14 ... | 14 ... |
15 fun:*tracked_objects*ThreadData*StartTracking* | 15 fun:*tracked_objects*ThreadData*StartTracking* |
16 } | 16 } |
17 | 17 |
18 { | 18 { |
19 bug_21468 | 19 bug_21468 |
20 ThreadSanitizer:Race | 20 ThreadSanitizer:Race |
21 ... | 21 ... |
22 fun:*net*DirectoryLister* | 22 fun:*net*DirectoryLister* |
23 } | 23 } |
24 | 24 |
25 { | 25 { |
26 bug_22272 | |
27 ThreadSanitizer:Race | |
28 ... | |
29 fun:*RefCounted*LoadLog* | |
30 } | |
31 | |
32 { | |
33 bug_22520 | 26 bug_22520 |
34 ThreadSanitizer:Race | 27 ThreadSanitizer:Race |
35 fun:*CancelableRequestBase* | 28 fun:*CancelableRequestBase* |
36 fun:*CancelableRequest* | 29 fun:*CancelableRequest* |
37 } | 30 } |
38 | 31 |
39 { | 32 { |
40 bug_23244 | 33 bug_23244 |
41 ThreadSanitizer:Race | 34 ThreadSanitizer:Race |
42 fun:event_* | 35 fun:event_* |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
211 fun:tzset* | 204 fun:tzset* |
212 } | 205 } |
213 | 206 |
214 # Benign race in thread-safe function | 207 # Benign race in thread-safe function |
215 { | 208 { |
216 fun:mkstemp* | 209 fun:mkstemp* |
217 ThreadSanitizer:Race | 210 ThreadSanitizer:Race |
218 ... | 211 ... |
219 fun:mkstemp* | 212 fun:mkstemp* |
220 } | 213 } |
OLD | NEW |