Added suppression patterns for boost 1.37 (Fedora 11).

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10792
This commit is contained in:
Bart Van Assche 2009-08-12 09:45:54 +00:00
parent fc111dbbc9
commit 8e5dcae801

View File

@ -230,3 +230,15 @@
fun:_ZN5boost9call_onceIPFvvEEEvRNS_9once_flagET_
}
{
drd-libboost-boost::detail::get_once_per_thread_epoch()
drd:ConflictingAccess
fun:_ZN5boost6detail25get_once_per_thread_epochEv
}
{
drd-libboost-boost::detail::get_current_thread_data()
drd:ConflictingAccess
...
fun:_ZN5boost6detail23get_current_thread_dataEv
}