|
@@ -1,6 +1,6 @@
|
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
*
|
|
|
- * Copyright (C) 2010 Université de Bordeaux 1
|
|
|
+ * Copyright (C) 2010-2011 Université de Bordeaux 1
|
|
|
* Copyright (C) 2010 Centre National de la Recherche Scientifique
|
|
|
*
|
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
@@ -23,10 +23,6 @@
|
|
|
#include <common/utils.h>
|
|
|
#include <common/config.h>
|
|
|
|
|
|
-//#ifndef STARPU_SPINLOCK_CHECK
|
|
|
-//#define STARPU_SPINLOCK_CHECK 1
|
|
|
-//#endif
|
|
|
-
|
|
|
typedef struct starpu_spinlock_s {
|
|
|
#ifdef STARPU_SPINLOCK_CHECK
|
|
|
pthread_mutexattr_t errcheck_attr;
|