Parcourir la source

Completely ignore locking ordering when trylock is involved, as that is safe

Samuel Thibault il y a 9 ans
Parent
commit
92edbf8565
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      tools/valgrind/starpu.suppr

+ 1 - 2
tools/valgrind/starpu.suppr

@@ -81,9 +81,8 @@
 {
    mc / handle locking order. We always take handle before mc, except when we tidy memory, where we use trylock, but helgrind doesn't handle that :/ https://bugs.kde.org/show_bug.cgi?id=243232
    Helgrind:LockOrder
-   ...
+   fun:mutex_trylock_WRK
    fun:__starpu_spin_trylock
-   fun:lock_all_subtree
    ...
 }