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

Unified Diff: tools/valgrind/tsan/ignores.txt

Issue 8772004: Improve GamepadSeqLock impl Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 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 side-by-side diff with in-line comments
Download patch
Index: tools/valgrind/tsan/ignores.txt
===================================================================
--- tools/valgrind/tsan/ignores.txt (revision 112429)
+++ tools/valgrind/tsan/ignores.txt (working copy)
@@ -60,6 +60,9 @@
# Don't instrument code dealing with atomics (base::subtle)
fun:*base*subtle*Release_Store*
+fun:*base*subtle*NoBarrier_Store*
+fun:*base*subtle*Acquire_Load*
+fun:*base*subtle*NoBarrier_Load*
fun:*base*subtle*NoBarrier_CompareAndSwap*
# Keep some mangling so we don't match NoBarrier_AtomicIncrement
fun:*base*subtle23Barrier_AtomicIncrement*

Powered by Google App Engine
This is Rietveld 408576698