浏览代码

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

Samuel Thibault 9 年之前
父节点
当前提交
92edbf8565
共有 1 个文件被更改,包括 1 次插入2 次删除
  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
    ...
 }