소스 검색

Really try to suppress the eager race

Samuel Thibault 12 년 전
부모
커밋
917897fa27
1개의 변경된 파일9개의 추가작업 그리고 1개의 파일을 삭제
  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
+   ...
+}
+