17 #ifndef __COMMON_BARRIER_H__
18 #define __COMMON_BARRIER_H__
20 #include <starpu_thread.h>
27 unsigned reached_start;
28 unsigned reached_exit;
30 starpu_pthread_mutex_t mutex;
31 starpu_pthread_mutex_t mutex_exit;
32 starpu_pthread_cond_t cond;
41 #endif // __COMMON_BARRIER_H__