@@ -88,6 +88,7 @@ int starpu_profiling_status_set(int status)
return prev_value;
}
+#undef starpu_profiling_status_get
int starpu_profiling_status_get(void)
{
return _starpu_profiling;
@@ -42,6 +42,7 @@ sem_t starpu_top_wait_for_go;
pthread_mutex_t starpu_top_wait_for_continue_mutex;
pthread_cond_t starpu_top_wait_for_continue_cond = PTHREAD_COND_INITIALIZER;
+#undef _starpu_top_status_get
int _starpu_top_status_get(void)
return _starpu_top;