ソースを参照

update tsan suppressions

Samuel Thibault 7 年 前
コミット
44bf7c6eaa
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2 0
      tools/dev/tsan/starpu.suppr

+ 2 - 0
tools/dev/tsan/starpu.suppr

@@ -39,6 +39,7 @@ race:^tidying$
 race:^reclaiming$
 race:^_starpu_worker_drives_memory$
 race:^starpu_memory_get_total$
+race:^starpu_unistd_opened_files$
 
 # don't care about cache hit stats
 race:^_starpu_msi_cache_hit$
@@ -52,6 +53,7 @@ race:^starpu_task_nsubmitted$
 race:^starpu_task_nready$
 race:^_starpu_bus_update_profiling_info$
 race:^lws_select_victim$
+race:^select_worker_round_robin$
 
 # The config.running/pause_depth state is only protected by memory barriers
 race:^_starpu_machine_is_running$