Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(231)

Side by Side Diff: tools/valgrind/tsan/suppressions.txt

Issue 7044059: [Sync] Ensure all accesses to SyncInternal's observers are thread safe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 { 110 {
111 bug_72548 111 bug_72548
112 ThreadSanitizer:Race 112 ThreadSanitizer:Race
113 ... 113 ...
114 fun:JSC::Yarr::Interpreter::*Disjunction* 114 fun:JSC::Yarr::Interpreter::*Disjunction*
115 fun:JSC::Yarr::Interpreter::interpret* 115 fun:JSC::Yarr::Interpreter::interpret*
116 fun:JSC::Yarr::interpret* 116 fun:JSC::Yarr::interpret*
117 } 117 }
118 118
119 { 119 {
120 bug_72913
121 ThreadSanitizer:Race
122 ...
123 fun:ObserverListBase*
124 ...
125 fun:sync_api::SyncManager::SyncInternal::*
126 }
127
128 {
129 bug_82279 120 bug_82279
130 ThreadSanitizer:Race 121 ThreadSanitizer:Race
131 fun:ObserverListBase::Iterator::Iterator 122 fun:ObserverListBase::Iterator::Iterator
132 fun:syncable::BaseTransaction::NotifyTransactionChangingAndEnding 123 fun:syncable::BaseTransaction::NotifyTransactionChangingAndEnding
133 } 124 }
134 125
135 { 126 {
136 bug_83564 127 bug_83564
137 ThreadSanitizer:Race 128 ThreadSanitizer:Race
138 fun:base::Thread::message_loop 129 fun:base::Thread::message_loop
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 tsanbug_62a 545 tsanbug_62a
555 ThreadSanitizer:Race 546 ThreadSanitizer:Race
556 fun:__memset_sse2 547 fun:__memset_sse2
557 } 548 }
558 549
559 { 550 {
560 tsanbug_62b 551 tsanbug_62b
561 ThreadSanitizer:Race 552 ThreadSanitizer:Race
562 fun:__GI_memcpy 553 fun:__GI_memcpy
563 } 554 }
OLDNEW
« chrome/browser/sync/engine/syncapi.cc ('K') | « chrome/browser/sync/engine/syncapi.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698