Переглянути джерело

use starpu pthread functions

Samuel Thibault 10 роки тому
батько
коміт
71e4202e19
1 змінених файлів з 0 додано та 3 видалено
  1. 0 3
      src/core/dependencies/data_commute_concurrency.c

+ 0 - 3
src/core/dependencies/data_commute_concurrency.c

@@ -150,9 +150,6 @@ int _starpu_LockOrDelegatePostOrPerform(int (*func)(void*), void* data)
 /* We cannot rely on the C11 atomics */
 #warning Lock based version of Lock or Delegate
 
-#include <pthread.h>
-#include <errno.h>
-
 /* The list of task to perform */
 static struct LockOrDelegateListNode* dlTaskListHead = NULL;