Browse Source

Really try to suppress the eager race

Samuel Thibault 12 years ago
parent
commit
917897fa27
1 changed files with 9 additions and 1 deletions
  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
+   ...
+}
+