summaryrefslogtreecommitdiffstats
path: root/tests/helgrind.supp
blob: 733f714663c68c495cc1b41ecdd8c175a0d87e67 (plain)
1
2
3
4
5
6
7
8
9
10
11
# The swrap_bind_symbol_lib* macros have a thread race condition on purpose!
#
# As an optimization we do not lock the access. However if the obj is not
# bound, we lock it with a mutex and reread it again. And binding the symbol is
# protected.
{
   SWRAP_SYMBOL_ACCESS
   Helgrind:Race
   fun:libc_*
   fun:swrap_*
}