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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
149 fun:talk_base::PhysicalSocketServer::~PhysicalSocketServer() | 149 fun:talk_base::PhysicalSocketServer::~PhysicalSocketServer() |
150 fun:scoped_ptr<talk_base::SocketServer>::~scoped_ptr() | 150 fun:scoped_ptr<talk_base::SocketServer>::~scoped_ptr() |
151 fun:talk_base::MessageQueue::~MessageQueue() | 151 fun:talk_base::MessageQueue::~MessageQueue() |
152 fun:talk_base::Thread::~Thread() | 152 fun:talk_base::Thread::~Thread() |
153 fun:talk_base::ThreadManager::UnwrapCurrentThread() | 153 fun:talk_base::ThreadManager::UnwrapCurrentThread() |
154 fun:talk_base::ThreadManager::~ThreadManager() | 154 fun:talk_base::ThreadManager::~ThreadManager() |
155 fun:__tcf_0 | 155 fun:__tcf_0 |
156 fun:exit | 156 fun:exit |
157 } | 157 } |
158 | 158 |
159 { | |
160 bug_61585a | |
161 ThreadSanitizer:UnlockForeign | |
162 fun:pthread_mutex_destroy | |
163 ... | |
164 fun:NSS_Shutdown | |
165 ... | |
166 fun:*AtExitManager* | |
167 } | |
168 | |
169 { | |
170 bug_61585b | |
171 ThreadSanitizer:UnlockNonLocked | |
172 fun:pthread_mutex_unlock | |
173 fun:PR_Unlock | |
174 fun:nssSession_ExitMonitor | |
175 fun:find_objects | |
176 ... | |
177 fun:nssTrustDomain_FindCertificatesBySubject | |
178 ... | |
179 } | |
180 | |
181 { | |
182 bug_61753 | |
183 ThreadSanitizer:Race | |
184 ... | |
185 fun:*AtExitManager* | |
186 } | |
187 | |
188 ############################ | 159 ############################ |
189 # Data races in tests | 160 # Data races in tests |
190 | 161 |
191 { | 162 { |
192 bug_30582 | 163 bug_30582 |
193 ThreadSanitizer:Race | 164 ThreadSanitizer:Race |
194 fun:*LongCallbackD* | 165 fun:*LongCallbackD* |
195 fun:*WorkerThreadTickerTest_LongCallback_Test*TestBody* | 166 fun:*WorkerThreadTickerTest_LongCallback_Test*TestBody* |
196 } | 167 } |
197 | 168 |
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
394 ThreadSanitizer:Race | 365 ThreadSanitizer:Race |
395 ... | 366 ... |
396 fun:gethostbyname2_r* | 367 fun:gethostbyname2_r* |
397 } | 368 } |
398 | 369 |
399 { | 370 { |
400 Benign race in nss (PR_EnterMonitor) | 371 Benign race in nss (PR_EnterMonitor) |
401 ThreadSanitizer:Race | 372 ThreadSanitizer:Race |
402 fun:PR_EnterMonitor | 373 fun:PR_EnterMonitor |
403 } | 374 } |
OLD | NEW |