|
@@ -18,11 +18,6 @@
|
|
#ifndef __STARPU_THREAD_H__
|
|
#ifndef __STARPU_THREAD_H__
|
|
#define __STARPU_THREAD_H__
|
|
#define __STARPU_THREAD_H__
|
|
|
|
|
|
-#ifdef __cplusplus
|
|
|
|
-extern "C"
|
|
|
|
-{
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
#include <starpu_config.h>
|
|
#include <starpu_config.h>
|
|
#include <starpu_util.h>
|
|
#include <starpu_util.h>
|
|
#ifdef STARPU_SIMGRID
|
|
#ifdef STARPU_SIMGRID
|
|
@@ -37,6 +32,11 @@ extern "C"
|
|
#endif
|
|
#endif
|
|
#include <stdint.h>
|
|
#include <stdint.h>
|
|
|
|
|
|
|
|
+#ifdef __cplusplus
|
|
|
|
+extern "C"
|
|
|
|
+{
|
|
|
|
+#endif
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* Encapsulation of the pthread_create function.
|
|
* Encapsulation of the pthread_create function.
|
|
*/
|
|
*/
|