summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/include/50/omp.h.var
diff options
context:
space:
mode:
authorJonathan Peyton <jonathan.l.peyton@intel.com>2019-02-19 18:51:11 +0000
committerJonathan Peyton <jonathan.l.peyton@intel.com>2019-02-19 18:51:11 +0000
commit154ac075cd04520a2b84c3503dd4590d90e233db (patch)
tree485ac817b58f9aaf3f5096c9e829971f778a3ce0 /openmp/runtime/src/include/50/omp.h.var
parent4fe5271fa0d2a88333773e5d75b5fb34442e9f80 (diff)
downloadbcm5719-llvm-154ac075cd04520a2b84c3503dd4590d90e233db.tar.gz
bcm5719-llvm-154ac075cd04520a2b84c3503dd4590d90e233db.zip
[OpenMP 5.0] Add omp_get_supported_active_levels()
This patch adds the new 5.0 API function omp_get_supported_active_levels(). Patch by Terry Wilmarth Differential Revision: https://reviews.llvm.org/D58211 llvm-svn: 354368
Diffstat (limited to 'openmp/runtime/src/include/50/omp.h.var')
-rw-r--r--openmp/runtime/src/include/50/omp.h.var2
1 files changed, 2 insertions, 0 deletions
diff --git a/openmp/runtime/src/include/50/omp.h.var b/openmp/runtime/src/include/50/omp.h.var
index 11956f037dc..ac5fada237a 100644
--- a/openmp/runtime/src/include/50/omp.h.var
+++ b/openmp/runtime/src/include/50/omp.h.var
@@ -257,6 +257,8 @@
extern int __KAI_KMPC_CONVENTION omp_pause_resource(omp_pause_resource_t, int);
extern int __KAI_KMPC_CONVENTION omp_pause_resource_all(omp_pause_resource_t);
+ extern int __KAI_KMPC_CONVENTION omp_get_supported_active_levels(void);
+
# undef __KAI_KMPC_CONVENTION
# undef __KMP_IMP
OpenPOWER on IntegriCloud