Quellcode durchsuchen

Really try to suppress the eager race

Samuel Thibault vor 12 Jahren
Ursprung
Commit
917897fa27
1 geänderte Dateien mit 9 neuen und 1 gelöschten Zeilen
  1. 9 1
      tools/valgrind/starpu.suppr

+ 9 - 1
tools/valgrind/starpu.suppr

@@ -94,8 +94,16 @@
 {
    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: _starpu_fifo_empty
    fun: pop_task_eager_policy
    ...
 }
 
+{
+   This is the counterpart of the suppression above
+   Helgrind:Race
+   fun: _starpu_fifo_push_task
+   fun: push_task_eager_policy
+   ...
+}
+