Просмотр исходного кода

add some more tsan suppressions

Olivier Aumage лет назад: 8
Родитель
Сommit
744c403232
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      tools/tsan/starpu.suppr

+ 7 - 0
tools/tsan/starpu.suppr

@@ -90,3 +90,10 @@ deadlock:simple_worker_pull_task
 # the assert on lock_write_owner to check for recursive write lock is inherently racy, but fine
 # the assert on lock_write_owner to check for recursive write lock is inherently racy, but fine
 # for the intended purpose
 # for the intended purpose
 race:^_starpu_sched_ctx_lock_write$
 race:^_starpu_sched_ctx_lock_write$
+race:^_starpu_sched_ctx_lock_read$
+
+# only protected by memory barrier
+race:^_starpu_keys_initialized$
+
+# disable race detection on cg->ntags, see comment in code
+race:^_starpu_notify_cg$