pthread.suppr 305 B

123456789101112131415161718192021222324
  1. {
  2. pthread_create
  3. Memcheck:Leak
  4. ...
  5. fun:pthread_create@@GLIBC_2.2.5
  6. ...
  7. }
  8. {
  9. name
  10. Memcheck:Leak
  11. ...
  12. fun:pthread_cancel_init
  13. ...
  14. }
  15. {
  16. Helgrind 3.9 wrongly compares to-be-destroyed mutex with init value
  17. Helgrind:Race
  18. fun:my_memcmp
  19. fun:pthread_mutex_destroy
  20. ...
  21. }