Explorar o código

Ignore more statistics races

Samuel Thibault %!s(int64=4) %!d(string=hai) anos
pai
achega
8fde0a56fc
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/sched_policies/component_worker.c

+ 2 - 0
src/sched_policies/component_worker.c

@@ -178,6 +178,8 @@ static struct _starpu_worker_task_list * _starpu_worker_task_list_create(void)
 	/* These are only for statistics */
 	STARPU_HG_DISABLE_CHECKING(l->exp_end);
 	STARPU_HG_DISABLE_CHECKING(l->exp_start);
+	STARPU_HG_DISABLE_CHECKING(l->exp_len);
+	STARPU_HG_DISABLE_CHECKING(l->pipeline_len);
 	STARPU_PTHREAD_MUTEX_INIT(&l->mutex,NULL);
 	return l;
 }