OLD | NEW |
1 ############################ | 1 ############################ |
2 # Real races in Chromium | 2 # Real races in Chromium |
3 { | 3 { |
4 bug_23433 | 4 bug_23433 |
5 ThreadSanitizer:Race | 5 ThreadSanitizer:Race |
6 fun:*logging*SetMinLogLevel* | 6 fun:*logging*SetMinLogLevel* |
7 } | 7 } |
8 | 8 |
9 { | 9 { |
10 bug_24419 | 10 bug_24419 |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
125 fun:sync_api::SyncManager::SyncInternal::* | 125 fun:sync_api::SyncManager::SyncInternal::* |
126 } | 126 } |
127 | 127 |
128 { | 128 { |
129 bug_82279 | 129 bug_82279 |
130 ThreadSanitizer:Race | 130 ThreadSanitizer:Race |
131 fun:ObserverListBase::Iterator::Iterator | 131 fun:ObserverListBase::Iterator::Iterator |
132 fun:syncable::BaseTransaction::NotifyTransactionChangingAndEnding | 132 fun:syncable::BaseTransaction::NotifyTransactionChangingAndEnding |
133 } | 133 } |
134 | 134 |
| 135 { |
| 136 bug_83564 |
| 137 ThreadSanitizer:Race |
| 138 fun:base::Thread::message_loop |
| 139 fun:BrowserThread::IsMessageLoopValid |
| 140 fun:ThreadWatcherList::StartWatchingAll |
| 141 } |
| 142 |
135 ############################ | 143 ############################ |
136 # Benign races in Chromium | 144 # Benign races in Chromium |
137 { | 145 { |
138 bug_61179 [benign race on tracked_objects::Births] | 146 bug_61179 [benign race on tracked_objects::Births] |
139 ThreadSanitizer:Race | 147 ThreadSanitizer:Race |
140 fun:tracked_objects::Births::*Birth* | 148 fun:tracked_objects::Births::*Birth* |
141 } | 149 } |
142 | 150 |
143 { | 151 { |
144 bug_62694 [benign races in Histogram in CookieMonster] | 152 bug_62694 [benign races in Histogram in CookieMonster] |
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
506 tsanbug_62a | 514 tsanbug_62a |
507 ThreadSanitizer:Race | 515 ThreadSanitizer:Race |
508 fun:__memset_sse2 | 516 fun:__memset_sse2 |
509 } | 517 } |
510 | 518 |
511 { | 519 { |
512 tsanbug_62b | 520 tsanbug_62b |
513 ThreadSanitizer:Race | 521 ThreadSanitizer:Race |
514 fun:__GI_memcpy | 522 fun:__GI_memcpy |
515 } | 523 } |
OLD | NEW |