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

Unified Diff: tools/tsan.supp

Issue 306373002: Add SkBarriers_tsan.h. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: elif Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/ports/SkBarriers_tsan.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/tsan.supp
diff --git a/tools/tsan.supp b/tools/tsan.supp
index c997058db22d16d4334e4489870ea20e6edc26b3..0b07f62c5972ada3934a8eebd629caa48c815b6c 100644
--- a/tools/tsan.supp
+++ b/tools/tsan.supp
@@ -17,15 +17,7 @@ race:SkFontHost_FreeType
# Not threadsafe, should be fixed.
race:RefFCI
-race:SkString::RefRec
+race:SkString
# Not threadsafe, should be deleted.
race:SkPDF
-
-# Should be these can be removed once TSAN learns sk_acquire_load / sk_release_store.
-race:SkOnce
-race:SkRefCntBase
-
-# This is SkLazyPtr. Also can be cleaned up when TSAN learns sk_acquire_load / sk_release_store.
-race:sk_acquire_load
-race:__tsan_atomic64_compare_exchange_val
« no previous file with comments | « src/ports/SkBarriers_tsan.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698