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

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

Issue 5364003: Make URLRequestThrottlerEntryInterface inherit RefCountedThreadSafe, (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add friend. Created 10 years 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
« no previous file with comments | « net/url_request/url_request_throttler_entry_interface.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 fun:MetricsService::InitTask::Run* 109 fun:MetricsService::InitTask::Run*
110 } 110 }
111 111
112 { 112 {
113 bug_64188 113 bug_64188
114 ThreadSanitizer:Race 114 ThreadSanitizer:Race
115 ... 115 ...
116 fun:base::RefCounted<net::NetLog::EventParameters>::* 116 fun:base::RefCounted<net::NetLog::EventParameters>::*
117 } 117 }
118 118
119 {
120 bug_64501
121 ThreadSanitizer:Race
122 ...
123 fun:base::RefCounted<net::URLRequestThrottlerEntryInterface>::*
124 }
125
126 ############################ 119 ############################
127 # Benign races 120 # Benign races
128 { 121 {
129 bug_62694 [benign races in Histogram in CookieMonster] 122 bug_62694 [benign races in Histogram in CookieMonster]
130 ThreadSanitizer:Race 123 ThreadSanitizer:Race
131 ... 124 ...
132 fun:base::Histogram::* 125 fun:base::Histogram::*
133 fun:net::CookieMonster::* 126 fun:net::CookieMonster::*
134 } 127 }
135 128
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 ThreadSanitizer:Race 435 ThreadSanitizer:Race
443 ... 436 ...
444 fun:gethostbyname2_r* 437 fun:gethostbyname2_r*
445 } 438 }
446 439
447 { 440 {
448 Benign race in nss (PR_EnterMonitor) 441 Benign race in nss (PR_EnterMonitor)
449 ThreadSanitizer:Race 442 ThreadSanitizer:Race
450 fun:PR_EnterMonitor 443 fun:PR_EnterMonitor
451 } 444 }
OLDNEW
« no previous file with comments | « net/url_request/url_request_throttler_entry_interface.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698