瀏覽代碼

helgrind: don't report locking order issues for trylocks

Samuel Thibault 4 年之前
父節點
當前提交
fd842d9c58
共有 1 個文件被更改,包括 14 次插入0 次删除
  1. 14 0
      tools/dev/valgrind/starpu.suppr

+ 14 - 0
tools/dev/valgrind/starpu.suppr

@@ -102,6 +102,20 @@
 }
 
 {
+   locking order. It's not a problem when it's a trylock... but helgrind doesn't handle that :/ https://bugs.kde.org/show_bug.cgi?id=243232
+   Helgrind:LockOrder
+   fun:pthread_rwlock_trywrlock_WRK
+   ...
+}
+
+{
+   locking order. It's not a problem when it's a trylock... but helgrind doesn't handle that :/ https://bugs.kde.org/show_bug.cgi?id=243232
+   Helgrind:LockOrder
+   fun:pthread_rwlock_tryrdlock_WRK
+   ...
+}
+
+{
    mc / handle locking order1
    Helgrind:LockOrder
    ...