You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add suppresion file for helgrind for disjointPool test
Helgrind is complaining:
"pthread_mutex_lock with a pthread_rwlock_t* argument"
The call to pthread_mutex_lock is coming from c++ standard lib so
the only thing we can do is to suppress it.
0 commit comments