瀏覽代碼

ignore a race which does not actually pose problem

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

+ 9 - 0
tools/valgrind/starpu.suppr

@@ -90,3 +90,12 @@
    fun:_starpu_load_bus_performance_files
    ...
 }
+
+{
+   This is racy, but we don't care, if the function was called a bit earlier we would have had a different value
+   Helgrind:Race
+   fun:  _starpu_fifo_empty
+   fun: pop_task_eager_policy
+   ...
+}
+