diff options
Diffstat (limited to 'tools/valgrind/tsan/ignores_win32.txt')
-rw-r--r-- | tools/valgrind/tsan/ignores_win32.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/ignores_win32.txt b/tools/valgrind/tsan/ignores_win32.txt index 5fc8e32..a8991af 100644 --- a/tools/valgrind/tsan/ignores_win32.txt +++ b/tools/valgrind/tsan/ignores_win32.txt @@ -11,6 +11,12 @@ fun_r:*BCryptGenerateSymmetricKey* obj:*WINHTTP.dll* obj:*imagehlp.dll* +# Use less detailed instrumentation of STL +fun_hist:*std::*<* +# Don't instrument some stl internals - they shouldn't be useful +fun_r:*std::_Debug* +fun_r:*std::_Lockit* + # Benign race on mutex unlock fun:_Mtxunlock |