diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-19 13:42:55 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-19 13:42:55 +0000 |
commit | 9bb2d8b4792cbf769d744fd972da2d94e9fa9647 (patch) | |
tree | 14149ac6d6254ebfd4aae8645938368b97e92f36 | |
parent | 6e14e4f148f308917dc5de8b09e6307e851a39a1 (diff) | |
download | chromium_src-9bb2d8b4792cbf769d744fd972da2d94e9fa9647.zip chromium_src-9bb2d8b4792cbf769d744fd972da2d94e9fa9647.tar.gz chromium_src-9bb2d8b4792cbf769d744fd972da2d94e9fa9647.tar.bz2 |
Ignore some pthread/libSystem internals
Review URL: http://codereview.chromium.org/1100007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42100 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/valgrind/tsan/ignores.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/ignores.txt b/tools/valgrind/tsan/ignores.txt index 4c1895d..5c1d059 100644 --- a/tools/valgrind/tsan/ignores.txt +++ b/tools/valgrind/tsan/ignores.txt @@ -17,6 +17,7 @@ obj:*/nss/* fun:clone fun:fork fun:pthread_* +fun_r:_pthread_exit fun_r:random_r fun_r:random fun_r:rand |