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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 bug_72913 | 130 bug_72913 |
131 ThreadSanitizer:Race | 131 ThreadSanitizer:Race |
132 ... | 132 ... |
133 fun:ObserverListBase* | 133 fun:ObserverListBase* |
134 ... | 134 ... |
135 fun:sync_api::SyncManager::SyncInternal::* | 135 fun:sync_api::SyncManager::SyncInternal::* |
136 fun:sync_api::SyncManager::* | 136 fun:sync_api::SyncManager::* |
137 fun:browser_sync::* | 137 fun:browser_sync::* |
138 } | 138 } |
139 | 139 |
| 140 { |
| 141 bug_78302 |
| 142 ThreadSanitizer:Race |
| 143 fun:WebCore::WorkerScriptController::forbidExecution* |
| 144 fun:WebCore::WorkerThread::stop* |
| 145 fun:WebKit::WebWorkerBase::stopWorkerThread* |
| 146 fun:WebKit::WebWorkerImpl::terminateWorkerContext* |
| 147 fun:WebWorkerStub::OnTerminateWorkerContext* |
| 148 } |
| 149 |
140 ############################ | 150 ############################ |
141 # Benign races in Chromium | 151 # Benign races in Chromium |
142 { | 152 { |
143 bug_61179 [benign race on tracked_objects::Births] | 153 bug_61179 [benign race on tracked_objects::Births] |
144 ThreadSanitizer:Race | 154 ThreadSanitizer:Race |
145 fun:tracked_objects::Births::*Birth* | 155 fun:tracked_objects::Births::*Birth* |
146 } | 156 } |
147 | 157 |
148 { | 158 { |
149 bug_62694 [benign races in Histogram in CookieMonster] | 159 bug_62694 [benign races in Histogram in CookieMonster] |
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
492 fun:WebCore::ResourceResponseBase::~ResourceResponseBase* | 502 fun:WebCore::ResourceResponseBase::~ResourceResponseBase* |
493 fun:WebCore::ResourceResponse::~ResourceResponse* | 503 fun:WebCore::ResourceResponse::~ResourceResponse* |
494 ... | 504 ... |
495 fun:WebCore::DocumentLoader::~DocumentLoader* | 505 fun:WebCore::DocumentLoader::~DocumentLoader* |
496 fun:WebKit::WebDataSourceImpl::~WebDataSourceImpl* | 506 fun:WebKit::WebDataSourceImpl::~WebDataSourceImpl* |
497 } | 507 } |
498 | 508 |
499 { | 509 { |
500 bug_70085b | 510 bug_70085b |
501 ThreadSanitizer:Race | 511 ThreadSanitizer:Race |
502 fun:WebCore::SecurityOrigin::~SecurityOrigin* | 512 ... |
503 fun:WTF::ThreadSafe*<WebCore::SecurityOrigin>::deref* | 513 fun:WTF::ThreadSafeRefCounted<*>::deref* |
504 } | 514 } |
OLD | NEW |