소스 검색

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;