summaryrefslogtreecommitdiffstats
path: root/openmp/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'openmp/runtime')
-rw-r--r--openmp/runtime/src/include/30/ompt.h.var10
-rw-r--r--openmp/runtime/src/include/40/ompt.h.var10
-rw-r--r--openmp/runtime/src/include/41/ompt.h.var10
3 files changed, 15 insertions, 15 deletions
diff --git a/openmp/runtime/src/include/30/ompt.h.var b/openmp/runtime/src/include/30/ompt.h.var
index b071c75b76d..3d3b537dd58 100644
--- a/openmp/runtime/src/include/30/ompt.h.var
+++ b/openmp/runtime/src/include/30/ompt.h.var
@@ -376,27 +376,27 @@ OMPT_API_FUNCTION(ompt_frame_t *, ompt_get_task_frame, (
***************************************************************************/
/* idle */
-OMPT_API_FUNCTION(void, omp_idle, (
+OMPT_API_FUNCTION(void, ompt_idle, (
void
));
/* overhead */
-OMPT_API_FUNCTION(void, omp_overhead, (
+OMPT_API_FUNCTION(void, ompt_overhead, (
void
));
/* barrier wait */
-OMPT_API_FUNCTION(void, omp_barrier_wait, (
+OMPT_API_FUNCTION(void, ompt_barrier_wait, (
void
));
/* task wait */
-OMPT_API_FUNCTION(void, omp_task_wait, (
+OMPT_API_FUNCTION(void, ompt_task_wait, (
void
));
/* mutex wait */
-OMPT_API_FUNCTION(void, omp_mutex_wait, (
+OMPT_API_FUNCTION(void, ompt_mutex_wait, (
void
));
diff --git a/openmp/runtime/src/include/40/ompt.h.var b/openmp/runtime/src/include/40/ompt.h.var
index 1414dfb78d1..394aa6c2efa 100644
--- a/openmp/runtime/src/include/40/ompt.h.var
+++ b/openmp/runtime/src/include/40/ompt.h.var
@@ -376,27 +376,27 @@ OMPT_API_FUNCTION(ompt_frame_t *, ompt_get_task_frame, (
***************************************************************************/
/* idle */
-OMPT_API_FUNCTION(void, omp_idle, (
+OMPT_API_FUNCTION(void, ompt_idle, (
void
));
/* overhead */
-OMPT_API_FUNCTION(void, omp_overhead, (
+OMPT_API_FUNCTION(void, ompt_overhead, (
void
));
/* barrier wait */
-OMPT_API_FUNCTION(void, omp_barrier_wait, (
+OMPT_API_FUNCTION(void, ompt_barrier_wait, (
void
));
/* task wait */
-OMPT_API_FUNCTION(void, omp_task_wait, (
+OMPT_API_FUNCTION(void, ompt_task_wait, (
void
));
/* mutex wait */
-OMPT_API_FUNCTION(void, omp_mutex_wait, (
+OMPT_API_FUNCTION(void, ompt_mutex_wait, (
void
));
diff --git a/openmp/runtime/src/include/41/ompt.h.var b/openmp/runtime/src/include/41/ompt.h.var
index acc6d052121..e241daad85d 100644
--- a/openmp/runtime/src/include/41/ompt.h.var
+++ b/openmp/runtime/src/include/41/ompt.h.var
@@ -376,27 +376,27 @@ OMPT_API_FUNCTION(ompt_frame_t *, ompt_get_task_frame, (
***************************************************************************/
/* idle */
-OMPT_API_FUNCTION(void, omp_idle, (
+OMPT_API_FUNCTION(void, ompt_idle, (
void
));
/* overhead */
-OMPT_API_FUNCTION(void, omp_overhead, (
+OMPT_API_FUNCTION(void, ompt_overhead, (
void
));
/* barrier wait */
-OMPT_API_FUNCTION(void, omp_barrier_wait, (
+OMPT_API_FUNCTION(void, ompt_barrier_wait, (
void
));
/* task wait */
-OMPT_API_FUNCTION(void, omp_task_wait, (
+OMPT_API_FUNCTION(void, ompt_task_wait, (
void
));
/* mutex wait */
-OMPT_API_FUNCTION(void, omp_mutex_wait, (
+OMPT_API_FUNCTION(void, ompt_mutex_wait, (
void
));
OpenPOWER on IntegriCloud